diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-06 13:58:23 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-06 13:58:23 +0100 |
commit | a3e95feb2658e722828bfe88c5ac1a5717da4ad7 (patch) | |
tree | 75e3e68d5be5531309e738fada5f8d7d38f95f6c /README.md | |
parent | 145b00f590944cc60812be90560721ebeb7eecda (diff) | |
download | gitbook-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.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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`. |