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 c7421e1 commit 4574ffaCopy full SHA for 4574ffa
1 file changed
README.md
@@ -11,7 +11,7 @@ Ruby 1.9 is required to build the site.
11
Get the nanoc gem, plus kramdown for markdown parsing:
12
13
```sh
14
-bundle install
+$ bundle install
15
```
16
17
You can see the available commands with nanoc:
@@ -127,7 +127,7 @@ $ open http://localhost:3000
127
Compilation times got you down? Use `autocompile`!
128
129
130
- $ bundle exec nanoc autocompile
+$ bundle exec nanoc autocompile
131
132
133
This starts a web server too, so there's no need to run `nanoc view`.
0 commit comments