Skip to content

Commit 66bb46d

Browse files
committed
Merge pull request GitbookIO#516 from jr0cket/patch-1
Add gitbook init command to "how to use" section
2 parents c9a31cc + 0454710 commit 66bb46d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ GitBook can be installed from **NPM** using:
1616
$ npm install gitbook -g
1717
```
1818

19+
Create the directories and files for a book from its [SUMMARY.md](https://github.com/GitbookIO/gitbook#book-format) file using
20+
```
21+
$ gitbook init
22+
```
23+
1924
You can serve a repository as a book using:
2025

2126
```

0 commit comments

Comments
 (0)