Added method to download and install release
This commit is contained in:
parent
83d03f0b90
commit
e3654cd560
11
README.md
11
README.md
@ -17,6 +17,17 @@
|
|||||||
|
|
||||||
###Install
|
###Install
|
||||||
|
|
||||||
|
####Stable Release
|
||||||
|
Copy and paste the following commands into your terminal all at once.
|
||||||
|
```
|
||||||
|
wget https://github.com/silvernode/zymp3/archive/v0.1.7.tar.gz && \
|
||||||
|
tar xvzf v0.1.7.tar.gz && \
|
||||||
|
cd zymp3-0.1.7 && \
|
||||||
|
sudo ./install.sh
|
||||||
|
```
|
||||||
|
Once completed, an icon will be added to your applications menu (if you have one)
|
||||||
|
This command block will be updated ever new release
|
||||||
|
####git
|
||||||
Install git from your distribution repository
|
Install git from your distribution repository
|
||||||
for Ubuntu run:
|
for Ubuntu run:
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user