diff --git a/README.md b/README.md index 52f067e..331e34c 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,19 @@ To install this script follow the following instructions on: On debian-derived distros, execute this command to add my repo to your system: +``` sudo wget -q -O /etc/apt/sources.list.d/daniil.list http://dano.cu.cc/1IJrcd1 && wget -q -O - http://dano.cu.cc/1Aci9Qp | sudo apt-key add - && sudo apt-key adv --recv-keys --keyserver keys.gnupg.net 72B97FD1D9672C93 && sudo apt-get update +``` + You should see an OK if the operation was successful. And this command to install the script. +``` sudo apt-get update; sudo apt-get -y install learn-bash +``` + And execute the script with this command: ```