We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e5091 commit cd88c43Copy full SHA for cd88c43
README.md
@@ -6,9 +6,10 @@
6
7
* Clone/fork this repo
8
* Install our lovely friends "The Dependencies"<br/>
9
-`> gem install nanoc kramdown adsf mime-types`
+`> gem install nanoc kramdown adsf mime-types curb json`
10
* Change to the newly cloned repository's directory
11
-* Run nanoc<br/>
12
-`> nanoc autocompile`
+* Run the nanoc server<br/>
+`> nanoc view &`
13
* The site should be running on _http://localhost:3000. Use the `--port` option to specify a different port.
14
-
+* Set the site to watch for changes and re-compile
15
+`> nanoc watch`
0 commit comments