From 0d10d89ea65639e6210b09cea44f3f6676c9bca8 Mon Sep 17 00:00:00 2001 From: liz abinante Date: Tue, 2 May 2017 15:02:29 -0700 Subject: [PATCH] update website readme to note :whale: docker requirement --- website/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index 4dad05e12..4dbad10d2 100644 --- a/website/README.md +++ b/website/README.md @@ -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).