From 0302f32336410cb7dc2dbf9f80f86d7b7a648c1e Mon Sep 17 00:00:00 2001 From: zeus Date: Sat, 8 May 2021 12:22:26 +0300 Subject: [PATCH] readne --- README.md | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b4cc322..2995ab5 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ * node version >15 + +[Install Node](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/nodejs/install-nodejs.adoc.html) + +or run + + ```sh curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash - sudo apt-get install -y nodejs @@ -71,13 +77,15 @@ [install docker](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/docker/install-docker.adoc.html) +or run -> curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - -> sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" -> sudo apt update -> sudo apt install -y docker-ce -> sudo usermod -aG docker [USERNAME] # Please replace [USERNAME] with the user you want to run docker on - + ```sh + curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - + sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" + sudo apt update + sudo apt install -y docker-ce + sudo usermod -aG docker $USER # Please replace $USER with the user you want to run docker on + ``` :information_source: for kali specifically please visit the following link to install docker. @@ -100,19 +108,15 @@ https://linuxhint.com/install_docker_kali_linux/ * wireguard - ```sh - sudo apt install wireguard jq - - ``` -
-### **Installation info here** - +[Install Wireguard](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/wg/install-wg.adoc.html) +or run -[Install Wireguard](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/wg/install-wg.adoc.html) + ```sh + sudo apt install wireguard jq -[Install Node](http://docs.swarmlab.io/SwarmLab-HowTos/labs/Howtos/nodejs/install-nodejs.adoc.html) + ```