We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7faf80d commit e85bf66Copy full SHA for e85bf66
gazebojs_install/tutorial.md
@@ -42,10 +42,12 @@ take a look at the NodeJs
42
43
> **Tip**: In case you want to install more than one version of nodejs on your machine you can use nvm
44
>
45
+> ~~~
46
> curl https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash
47
> source ~/.profile
48
> nvm install [version number e.g: v5]
49
> nvm use [version number e.g: v5]
50
51
52
Install jansson (JSON library)
53
0 commit comments