Skip to content

Commit

Permalink
update instructions of how to run gitbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengqi Yu committed Sep 7, 2018
1 parent 22f919b commit 297dd73
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

# Running GitBook

1. Follow the instructions at [https://toolchain.gitbook.com/](https://toolchain.gitbook.com/) to
install gitbook.
2. cd into the `docs/book` directory
3. Run `gitbook serve`
4. Visit `localhost:4000`
1. cd into the `docs/book` directory
1. Run `gitbook install`
1. Run `gitbook build`
1. Run `gitbook serve`
1. Visit `localhost:4000`

0 comments on commit 297dd73

Please sign in to comment.