From 7d944e4f1fb4cdc5736cf9ec2109a5cef5b53306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Wed, 14 Oct 2015 11:48:27 +0200 Subject: [PATCH] Fix instruction for local developement --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96a439dd3..d720e1f60 100644 --- a/README.md +++ b/README.md @@ -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`.