update website readme to note 🐳 docker requirement

This commit is contained in:
liz abinante 2017-05-02 15:02:29 -07:00
parent ac1127060d
commit 0d10d89ea6
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,10 @@ like any normal GitHub project, and we'll merge it in.
## 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
".html" to make them work (in the navigation).