From ff3657d0f2bbcb92a69ee9c16fd19a1f462a4aa5 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 8 Mar 2017 09:47:16 -0800 Subject: [PATCH] Fix website command --- website/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index a4f5811bde..8a6f2cdf3d 100644 --- a/website/README.md +++ b/website/README.md @@ -12,7 +12,7 @@ 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 dev`. +Running the site locally is simple. 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).