From bdd75c97adf459549955e9828de92f0af72efecf Mon Sep 17 00:00:00 2001 From: GSC Leticia Date: Tue, 20 May 2014 12:56:39 -0700 Subject: [PATCH] docs(tutorial): add instructions for running node in Debian-based distributions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Specifying command for Debian based distributions, like Ubuntu, Mint, etc. ☆.。.:*・゜☆ Fantastique! ☆.。.:*・゜☆ --- docs/content/tutorial/index.ngdoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 17dc69da..c4fde0bd 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -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 +``` + +
If you need to run a different versions of node.js in your local environment, consider installing