Update README.md
Properly added code blocks, and added more intuitive instructions
This commit is contained in:
parent
ae47e25023
commit
0b47bb0f31
34
README.md
34
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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user