update website readme to note 🐳 docker requirement
This commit is contained in:
parent
ac1127060d
commit
0d10d89ea6
|
@ -12,7 +12,10 @@ like any normal GitHub project, and we'll merge it in.
|
||||||
|
|
||||||
## Running the Site Locally
|
## Running the Site Locally
|
||||||
|
|
||||||
Running the site locally is simple. Clone this repo and run `make website`.
|
Running the site locally is simple:
|
||||||
|
|
||||||
|
1. Install [Docker](https://docs.docker.com/engine/installation/) if you have not already done so
|
||||||
|
2. Clone this repo and run `make website`
|
||||||
|
|
||||||
Then open up `http://localhost:4567`. Note that some URLs you may need to append
|
Then open up `http://localhost:4567`. Note that some URLs you may need to append
|
||||||
".html" to make them work (in the navigation).
|
".html" to make them work (in the navigation).
|
||||||
|
|
Loading…
Reference in New Issue