diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-12-08 00:46:04 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-12-08 00:46:04 +0100 |
commit | 66bb46df223168bbf499744666b40c9575121790 (patch) | |
tree | 47ccbdacc62b34a136d11604ae0d2670566936e7 /README.md | |
parent | c9a31cc9878259e5a800f530adf81f9dd2744ee8 (diff) | |
parent | 0454710d3b275a280e0c359718977848244efb41 (diff) | |
download | gitbook-66bb46df223168bbf499744666b40c9575121790.zip gitbook-66bb46df223168bbf499744666b40c9575121790.tar.gz gitbook-66bb46df223168bbf499744666b40c9575121790.tar.bz2 |
Merge pull request #516 from jr0cket/patch-1
Add gitbook init command to "how to use" section
Diffstat (limited to 'README.md')
-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: ``` |