diff --git a/website/README.md b/website/README.md index 23ff6b39c..b53b0bab6 100644 --- a/website/README.md +++ b/website/README.md @@ -12,7 +12,8 @@ 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`. +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).