From dc02b6d6966e8510ee52687c6c9f84f97fb5435c Mon Sep 17 00:00:00 2001 From: Jonny-exe <69385502+Jonny-exe@users.noreply.github.com> Date: Mon, 5 Oct 2020 22:55:42 +0200 Subject: [PATCH] Added an explanation Added an explanation on how to install nodejs on linux(ubuntu). --- readMe.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readMe.md b/readMe.md index 077535d..20be7f2 100644 --- a/readMe.md +++ b/readMe.md @@ -164,6 +164,8 @@ I believe you have the motivation and a strong desire to be a developer, a compu You may not need node.js right now but you may need it for later. Install [node.js](https://nodejs.org/en/). +# Windows + ![Node download](images/download_node.png) After downloading double click and install @@ -177,6 +179,14 @@ asabeneh $ node -v v12.14.0 ``` +# Linux(ubuntu) + +Just type this is your terminal + +```sh +sudo apt install nodejs +``` + When making this tutorial I was using node version 12.14.0, but now the recommended version of node.js for download is 12.17.0. ### Browser