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