Update README.md

Properly added code blocks, and added more intuitive instructions
This commit is contained in:
silvernode 2015-02-25 02:34:54 -06:00
parent ae47e25023
commit 0b47bb0f31

View File

@ -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
```