summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Stevenson <john@jr0cket.co.uk>2014-12-07 23:44:41 +0000
committerJohn Stevenson <john@jr0cket.co.uk>2014-12-07 23:44:41 +0000
commit0454710d3b275a280e0c359718977848244efb41 (patch)
tree47ccbdacc62b34a136d11604ae0d2670566936e7
parentc9a31cc9878259e5a800f530adf81f9dd2744ee8 (diff)
downloadgitbook-0454710d3b275a280e0c359718977848244efb41.zip
gitbook-0454710d3b275a280e0c359718977848244efb41.tar.gz
gitbook-0454710d3b275a280e0c359718977848244efb41.tar.bz2
Add gitbook init command to "how to use" section
Highlight that Gitbook can generate the files and directories for a book from its SUMMARY.md file.
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a164c3f..dcf974b 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,11 @@ GitBook can be installed from **NPM** using:
$ npm install gitbook -g
```
+Create the directories and files for a book from its [SUMMARY.md](https://github.com/GitbookIO/gitbook#book-format) file using
+```
+$ gitbook init
+```
+
You can serve a repository as a book using:
```