From 33d602ba84a805be2e88b0ee71ef984026cb45e6 Mon Sep 17 00:00:00 2001 From: Sam Handler Date: Thu, 24 Sep 2015 16:45:43 -0700 Subject: [PATCH] Point `website/www` README to Makefile --- website/www/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/website/www/README.md b/website/www/README.md index 814da3877..3645fa52c 100644 --- a/website/www/README.md +++ b/website/www/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: - -``` -$ bundle -$ bundle exec middleman server -``` +Running the site locally is simple. Clone this repo and run `make dev`. Then open up `localhost:4567`. Note that some URLs you may need to append ".html" to make them work (in the navigation and such).