From 0b47bb0f31e164a4f0dee496945a63ee2f497ea5 Mon Sep 17 00:00:00 2001 From: silvernode Date: Wed, 25 Feb 2015 02:34:54 -0600 Subject: [PATCH] Update README.md Properly added code blocks, and added more intuitive instructions --- README.md | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0e1717c..150105a 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,33 @@ ###Install +Install git from your distribution repository +for Ubuntu run: +``` +sudo apt-get install git +``` -A install file is included, just run: +Next, use git to make a clone of this repository +This will download a copy of the repository into a directory named "zymp3": + +``` +git clone https://github.com/silvernode/zymp3.git +``` +Change to the new directory +``` +cd zymp3 +``` + +Then run the installer script: -```./install.sh``` - +``` +./install.sh +``` ###Uninstall -To uninstall run: - -```./uninstall.sh``` - - - - +To uninstall run the uninstall script located in the repo or the installation directory: +``` +./uninstall.sh +```