summaryrefslogtreecommitdiffstats
path: root/bin/gitbook.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-10-08 20:58:57 +0200
committerSamy Pessé <samypesse@gmail.com>2015-10-08 20:58:57 +0200
commit4ae5b2e05001df9bdf8c5b64f8a82725e14d6414 (patch)
tree2e4397d33f90ee7bf1034ec4dea1237e611aff36 /bin/gitbook.js
parentce1e0e187339976fc3cae7ef70bcfdd0eaf68981 (diff)
parent4369bd8f5e39b1b3563e527fb78c16fc3b34b597 (diff)
downloadgitbook-4ae5b2e05001df9bdf8c5b64f8a82725e14d6414.zip
gitbook-4ae5b2e05001df9bdf8c5b64f8a82725e14d6414.tar.gz
gitbook-4ae5b2e05001df9bdf8c5b64f8a82725e14d6414.tar.bz2
Merge pull request #959 from GitbookIO/improvements/ebooks
Improvements for ebooks
Diffstat (limited to 'bin/gitbook.js')
-rwxr-xr-xbin/gitbook.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/gitbook.js b/bin/gitbook.js
index 07d1da5..5f47420 100755
--- a/bin/gitbook.js
+++ b/bin/gitbook.js
@@ -2,6 +2,6 @@
var color = require('bash-color');
-console.log(color.red("You need to install 'gitbook-cli' to have access to the gitbook command anywhere on your system."));
-console.log(color.red("If you've installed this package globally, you need to uninstall it."));
-console.log(color.red(">> Run 'npm uninstall -g gitbook' then 'npm install -g gitbook-cli'"));
+console.log(color.red('You need to install "gitbook-cli" to have access to the gitbook command anywhere on your system.'));
+console.log(color.red('If you\'ve installed this package globally, you need to uninstall it.'));
+console.log(color.red('>> Run "npm uninstall -g gitbook" then "npm install -g gitbook-cli"'));