Skip to content

Commit c54b1b5

Browse files
committed
Merge pull request github#900 from ddfreyne/fix-readme-for-nanoc-4
Fix README for Nanoc 4
2 parents edf6a75 + d15e824 commit c54b1b5

1 file changed

Lines changed: 5 additions & 14 deletions

File tree

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# developer.github.com
22

3-
This is a GitHub API resource built with [nanoc][nanoc].
3+
This is a GitHub API resource built with [Nanoc][nanoc].
44

55
All submissions are welcome. To submit a change, fork this repo, commit your changes, and send us a [pull request](http://help.github.com/send-pull-requests/).
66

77
## Setup
88

9-
Ruby 1.9 is required to build the site.
9+
Ruby 2.2 is required to build the site.
1010

11-
Get the nanoc gem, plus kramdown for Markdown parsing:
11+
Get the Nanoc gem, plus kramdown for Markdown parsing:
1212

1313
```sh
1414
$ bundle install
1515
```
1616

17-
You can see the available commands with nanoc:
17+
You can see the available commands with Nanoc:
1818

1919
```sh
2020
$ bundle exec nanoc -h
2121
```
2222

23-
Nanoc has [some nice documentation](http://nanoc.ws/docs/tutorial/) to get you started. Though if you're mainly concerned with editing or adding content, you won't need to know much about nanoc.
23+
Nanoc has [some nice documentation](http://nanoc.ws/docs/tutorial/) to get you started. Though if you're mainly concerned with editing or adding content, you won't need to know much about Nanoc.
2424

2525
[nanoc]: http://nanoc.ws/
2626

@@ -133,15 +133,6 @@ $ bundle exec nanoc view
133133
$ open http://localhost:3000
134134
```
135135

136-
Compilation times got you down? Use `autocompile`!
137-
138-
```sh
139-
$ bundle exec nanoc autocompile
140-
```
141-
142-
This starts a web server too, so there's no need to run `nanoc view`.
143-
One thing: remember to add trailing slashes to all nanoc links!
144-
145136
## Deploy
146137

147138
```sh

0 commit comments

Comments
 (0)