Skip to content

Commit cd88c43

Browse files
committed
update readme to include new dependencies and slightly improve workflow tips
1 parent 65e5091 commit cd88c43

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66

77
* Clone/fork this repo
88
* Install our lovely friends "The Dependencies"<br/>
9-
`> gem install nanoc kramdown adsf mime-types`
9+
`> gem install nanoc kramdown adsf mime-types curb json`
1010
* Change to the newly cloned repository's directory
11-
* Run nanoc<br/>
12-
`> nanoc autocompile`
11+
* Run the nanoc server<br/>
12+
`> nanoc view &`
1313
* The site should be running on _http://localhost:3000. Use the `--port` option to specify a different port.
14-
14+
* Set the site to watch for changes and re-compile
15+
`> nanoc watch`

0 commit comments

Comments
 (0)