Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

readme.md

install

install nodejs

sudo apt-get install nodejs
sudo apt-get install npm

upgrade:

sudo npm install npm -g
npm install –g n stable

modify repo:

npm get registry 
npm config set registry http://registry.npm.taobao.org/
# npm config set registry https://registry.npmjs.org/

install gitbook

npm install gitbook-cli -g
gitbook -V