From 7393c059462669decb10f12e9a4060cbf184e781 Mon Sep 17 00:00:00 2001 From: NOOR UL QUMAR <72734477+noorulqumar@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:21:44 +0500 Subject: [PATCH 1/5] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b3a468e15..ea22ba6d5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +#if you are going to install plugins using scripts, install js first +sudo apt-get update +sudo apt-get install jq + + # kubernetes-devops-security ## Fork and Clone this Repo From 3e4482a2e1f9d3905ff7af1a7f38f4767f8b4242 Mon Sep 17 00:00:00 2001 From: NOOR UL QUMAR <72734477+noorulqumar@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:24:48 +0500 Subject: [PATCH 2/5] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ea22ba6d5..580637521 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ -#if you are going to install plugins using scripts, install js first -sudo apt-get update -sudo apt-get install jq - - # kubernetes-devops-security ## Fork and Clone this Repo ## Clone to Desktop and VM +#**if you are going to install plugins using scripts, install js first** +sudo apt-get update +sudo apt-get install jq + ## NodeJS Microservice - Docker Image - `docker run -p 8787:5000 siddharth67/node-service:v1` From aafd7b2447f9b2f469cd8eb56d69871b61e3d5f7 Mon Sep 17 00:00:00 2001 From: NOOR UL QUMAR <72734477+noorulqumar@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:25:08 +0500 Subject: [PATCH 3/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 580637521..6768a9ec9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ## Clone to Desktop and VM #**if you are going to install plugins using scripts, install js first** + sudo apt-get update sudo apt-get install jq From 5df6a52ad1714a990d0f76af979c024ee8b00627 Mon Sep 17 00:00:00 2001 From: NOOR UL QUMAR <72734477+noorulqumar@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:25:21 +0500 Subject: [PATCH 4/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6768a9ec9..9a828d6e4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ #**if you are going to install plugins using scripts, install js first** sudo apt-get update + sudo apt-get install jq ## NodeJS Microservice - Docker Image - From 68a8debaac1501af9db037e20e002909703ce007 Mon Sep 17 00:00:00 2001 From: NOOR UL QUMAR <72734477+noorulqumar@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:26:39 +0500 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a828d6e4..2acff5d63 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Clone to Desktop and VM -#**if you are going to install plugins using scripts, install js first** +# If you are going to install plugins using scripts, Install js first sudo apt-get update