Update README.md

This commit is contained in:
silvernode 2015-02-25 05:11:05 -06:00
parent 67360cfa60
commit 9ab91f0dd4

View File

@ -40,6 +40,23 @@ Then run the installer script:
./install.sh
```
###Updating
To update to a new version, first change to the repo directory:
```
cd zymp3
```
then run the pull command:
```
git pull
```
This will merge any changes that have been made to files and put you up to date.
Alternatively you can run the update script (which just runs git pull)
I added this in case you have a bad memory.
```
./update.sh
```
###Uninstall
To uninstall run the uninstall script located in the repo or the installation directory: