From 745ca2fa6b3b61f935a0db19caa29e02ea1caaf8 Mon Sep 17 00:00:00 2001 From: LondheShubham153 Date: Tue, 14 Feb 2023 11:39:36 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4405f678d..199319263 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ # node-todo-cicd -sudo apt install nodejs -sudo apt install npm +Run these commands: -npm install +`sudo apt install nodejs` -node app.js + +`sudo apt install npm` + + +`npm install` + +`node app.js`