From cf63578ac19aaf61c449477ee48b49e79633e5d3 Mon Sep 17 00:00:00 2001 From: liz abinante Date: Tue, 9 May 2017 11:41:06 -0700 Subject: [PATCH] add docker install :whale: --- website/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).