diff --git a/README.md b/README.md index e69de29..a14406f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +DEBIAN-BASH +=========== + +quick installation +------------------ + +`curl https://git.artcode.re/pvincent/debian-extra/raw/master/install.sh | sudo bash` + +installation +------------ + +* wget https://git.artcode.re/pvincent/debian-bash/archive/master.tar.gz -C /opt/debian-bash +* cd /opt/debian-bash +* sudo ./install.sh + +uninstall +--------- + +* cd /opt/debian-bash +* sudo ./uninstall.sh