diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-10-14 11:48:27 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-10-14 11:48:27 +0200 |
commit | 7d944e4f1fb4cdc5736cf9ec2109a5cef5b53306 (patch) | |
tree | 90697e66e16f552f565c94f1403b3d630ca59404 | |
parent | 67b2394c166a710a25e21b9ea2fc6509c10a7423 (diff) | |
download | gitbook-7d944e4f1fb4cdc5736cf9ec2109a5cef5b53306.zip gitbook-7d944e4f1fb4cdc5736cf9ec2109a5cef5b53306.tar.gz gitbook-7d944e4f1fb4cdc5736cf9ec2109a5cef5b53306.tar.bz2 |
Fix instruction for local developement
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -222,9 +222,9 @@ To use the latest commit from `GitBook/gitbook` with `gitbook-cli`: ``` $ git clone https://github.com/GitbookIO/gitbook.git ./gitbook -$ gitbook versions:link 2.0.0 ./gitbook +$ gitbook versions:link ./gitbook ``` -Now the version tag `2.0.0` wil be associated with the `./gitbook` folder. +Now `gitbook-cli` will be using the `./gitbook` folder. -You can uninstall it using: `gitbook versions:uninstall 2.0.0`. +You can uninstall it using: `gitbook versions:uninstall latest`. |