From b4bd0c925eeb4a4674d67de7f5f47436c9e04569 Mon Sep 17 00:00:00 2001 From: Sam Handler Date: Thu, 24 Sep 2015 16:42:27 -0700 Subject: [PATCH] Point website/docs README to Makefile and /v2 url --- website/docs/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/website/docs/README.md b/website/docs/README.md index ca4c038fe..e9ac25640 100644 --- a/website/docs/README.md +++ b/website/docs/README.md @@ -14,13 +14,7 @@ requests 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 the following -commands: +Running the site locally is simple. Clone this repo and run `make dev`. -``` -$ bundle -$ bundle exec middleman server -``` - -Then open up `localhost:4567`. Note that some URLs you may need to append +Then open up `localhost:4567/v2`. Note that some URLs you may need to append ".html" to make them work (in the navigation and such).