summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-03-06 13:58:23 +0100
committerSamy Pessé <samypesse@gmail.com>2015-03-06 13:58:23 +0100
commita3e95feb2658e722828bfe88c5ac1a5717da4ad7 (patch)
tree75e3e68d5be5531309e738fada5f8d7d38f95f6c /README.md
parent145b00f590944cc60812be90560721ebeb7eecda (diff)
downloadgitbook-a3e95feb2658e722828bfe88c5ac1a5717da4ad7.zip
gitbook-a3e95feb2658e722828bfe88c5ac1a5717da4ad7.tar.gz
gitbook-a3e95feb2658e722828bfe88c5ac1a5717da4ad7.tar.bz2
Add instructions to use version from git
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1f8bb26..7b446ab 100644
--- a/README.md
+++ b/README.md
@@ -209,3 +209,16 @@ You can use the options `--log=debug` and `--debug` to get better error messages
```
$ gitbook build ./ -- log=debug --debug
```
+
+## How to use the latest commit from GitBook in gitbook-cli
+
+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
+```
+
+Now the version tag `2.0.0` wil be associated with the `./gitbook` folder.
+
+You can uninstall it using: `gitbook versions:uninstall 2.0.0`.