From 8a597ff3f18aa1dfa755ff21115e082e33374c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Tue, 3 Feb 2015 10:40:22 +0100 Subject: [PATCH] Fix installation instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08427b611..6b1a80a5c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ GitBook is a command line tool (and Node.js library) for building beautiful book GitBook can be installed from **NPM** using: ``` -$ npm install gitbook -g +$ npm install gitbook-cli -g ``` Create the directories and files for a book from its [SUMMARY.md](https://github.com/GitbookIO/gitbook#book-format) file using