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) + ```