Skip to content

Instantly share code, notes, and snippets.

@satococoa
Last active October 2, 2015 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satococoa/43eb569448a0c144e4b7 to your computer and use it in GitHub Desktop.
Save satococoa/43eb569448a0c144e4b7 to your computer and use it in GitHub Desktop.
curl -L git.io/nodebrew | perl - setup
# export PATH=$HOME/.nodebrew/current/bin:$PATH を .bashrc か .zshrc に書く
nodebrew install-binary v0.12.7
nodebrew use v0.12.7
npm install -g browser-sync aglio drakov
aglio -i docs/api/index.apib -s -p 3030
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment