docs(tutorial): add instructions for running node in Debian-based distributions

Specifying command for Debian based distributions, like Ubuntu, Mint, etc.

☆.。.:*・゜☆ Fantastique! ☆.。.:*・゜☆
This commit is contained in:
GSC Leticia
2014-05-20 12:56:39 -07:00
committed by Caitlin Potter
parent a3f1cba8ec
commit bdd75c97ad

View File

@@ -105,6 +105,13 @@ Check the version of Node.js that you have installed by running the following co
node --version
```
Or in Debian based distributions:
```
nodejs --version
```
<div class="alert alert-info">If you need to run a different versions of node.js
in your local environment, consider installing
<a href="https://github.com/creationix/nvm" title="Node Version Manager Github Repo link">