Update README.md
Properly added code blocks, and added more intuitive instructions
This commit is contained in:
parent
ae47e25023
commit
0b47bb0f31
32
README.md
32
README.md
@ -16,19 +16,33 @@
|
|||||||
|
|
||||||
###Install
|
###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":
|
||||||
|
|
||||||
```./install.sh```
|
```
|
||||||
|
git clone https://github.com/silvernode/zymp3.git
|
||||||
|
```
|
||||||
|
Change to the new directory
|
||||||
|
```
|
||||||
|
cd zymp3
|
||||||
|
```
|
||||||
|
|
||||||
|
Then run the installer script:
|
||||||
|
|
||||||
|
```
|
||||||
|
./install.sh
|
||||||
|
```
|
||||||
|
|
||||||
###Uninstall
|
###Uninstall
|
||||||
|
|
||||||
To uninstall run:
|
To uninstall run the uninstall script located in the repo or the installation directory:
|
||||||
|
|
||||||
```./uninstall.sh```
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
./uninstall.sh
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user