From 297dd735363013fc8b87c1fee232a4226c0d86d5 Mon Sep 17 00:00:00 2001 From: Mengqi Yu Date: Fri, 7 Sep 2018 12:13:18 -0700 Subject: [PATCH] update instructions of how to run gitbook --- docs/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index b10c7a23a3a..4aaf41b7720 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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`