From b3582b9da018583db66246f60e4f9011fea83fc8 Mon Sep 17 00:00:00 2001 From: John Paul Date: Sun, 25 Mar 2012 13:20:53 -0400 Subject: [PATCH] switch order of lines in README to reflect needing to compile before site is available --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 490c81e9..3972bce5 100755 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ If you aren't already familiar with Git, you'll still need a fork and a GitHub a `> gem install bundler && bundle install` * Run the nanoc server
`> nanoc view &` -* The site should be running on http://localhost:3000. Use the `--port` option to specify a different port. * Set the site to watch for changes and re-compile
`> nanoc watch` +* The site should be running on http://localhost:3000. Use the `--port` option to specify a different port. ## I Don't (Know If I?) Already Have a Ruby Development Environment