diff --git a/Linux-Installation.md b/Linux-Installation.md index 26fa53c..b2da222 100644 --- a/Linux-Installation.md +++ b/Linux-Installation.md @@ -4,9 +4,13 @@ **W.i.P** Start your Ubuntu/Debian machine and open up a terminal and use `sudo su` or `su` to get root rights. -First update your machine and the necessary packages with `apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y` +First update your machine and the necessary packages with: + +`apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y` + Afterwards run the following command: - `apt-get install build-essential libssl-dev openssh-server openssh-client python python-dev python-pip python3-dev python3-pip pkg-config autoconf automake libtool make g++ unzip` + +`apt-get install build-essential libssl-dev openssh-server openssh-client python python-dev python-pip python3-dev python3-pip pkg-config autoconf automake libtool make g++ unzip` Once this is done execute `curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -` Once this is finished execute `apt-get install -y nodejs git`