mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
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.
476 B
476 B
Two second set up
- Install node
- 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.