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 +``` + +