Skip to content

Commit 7faf80d

Browse files
committed
styling
1 parent ba23cca commit 7faf80d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gazebojs_install/tutorial.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ take a look at the NodeJs
4141
[documentation](https://nodejs.org/en/download/package-manager/).
4242

4343
> **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]
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]
4949
5050
Install jansson (JSON library)
5151

0 commit comments

Comments
 (0)