summaryrefslogtreecommitdiffstats
path: root/bin/gitbook.js
blob: 07d1da5e5aa0fb39c4c2b4572bee4be1327c3880 (plain)
1
2
3
4
5
6
7
#! /usr/bin/env node

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'"));