diff options
author | John Stevenson <john@jr0cket.co.uk> | 2014-12-07 23:44:41 +0000 |
---|---|---|
committer | John Stevenson <john@jr0cket.co.uk> | 2014-12-07 23:44:41 +0000 |
commit | 0454710d3b275a280e0c359718977848244efb41 (patch) | |
tree | 47ccbdacc62b34a136d11604ae0d2670566936e7 | |
parent | c9a31cc9878259e5a800f530adf81f9dd2744ee8 (diff) | |
download | gitbook-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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: ``` |