jsbin/docs/2-minute-setup.md
Ray Villalobos 66051f9cdf Update 2-minute-setup.md
Added the command for the super user. Also, fixed a problem where the terminal commands were showing up on the same line. Created a code block for the two terminal commands.
2014-01-21 00:26:29 -05:00

476 B

Two second set up

  1. Install node
  2. From your terminal (or command prompt if you're windows) and run:
    $ npm install -g jsbin
    $ jsbin

Note: You may have to run npm as the super user, so in that case, the first command would be:

$ sudo npm install -g jsbin

If run the commands as the super user, you might be prompted for your password.

End end.