From 68a07c273e2484520f9a09d3b660eece72d10921 Mon Sep 17 00:00:00 2001 From: Terrence Brannon Date: Thu, 15 Sep 2011 15:31:41 -0400 Subject: [PATCH] improve README instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b80cb4f..16de1732 100755 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ * Clone/fork this repo * Install our lovely friends "The Dependencies"
-`> gem install nanoc kramdown adsf` +`> gem install nanoc kramdown adsf mime-types` * Change to the newly cloned repository's directory * Run nanoc
`> nanoc autocompile` -* The site should be running on _http://localhost:3000_ +* The site should be running on _http://localhost:3000. Use the `--port` option to specify a different port. +