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