From e3654cd56064d67321271a08f825b5fdb381cca9 Mon Sep 17 00:00:00 2001 From: silvernode Date: Thu, 5 Mar 2015 00:46:36 -0600 Subject: [PATCH] Added method to download and install release --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d026cf9..ca048ce 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,17 @@ ###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 for Ubuntu run: ```