Skip to content

Commit

Permalink
README.md: Updated to simplify install one-liner
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrubio committed Nov 29, 2015
1 parent f04eb72 commit 756451c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Expand Up @@ -23,16 +23,22 @@ the following distro/arch combinations:

To install the
[latest binary release](https://github.com/tizonia/tizonia-openmax-il/releases/latest),
use the following shortcut:
use:

```bash

$ curl -L -O https://goo.gl/Vu8qGR && chmod +x Vu8qGR && ./Vu8qGR
$ curl -kL https://github.com/tizonia/tizonia-openmax-il/raw/master/tools/install.sh | bash
# Or its shortened version:
$ curl -kL https://goo.gl/Vu8qGR | bash

```

Finally you can add your Spotify, Google Play Music and SoundCloud login
details in Tizonia's config file located at
This will install the latest version of Tizonia's deb packages from Bintray and
all the dependencies.

Finally, to use Spotify, Google Play Music and SoundCloud, introduce your
credentials in Tizonia's config file:

_$HOME/.config/tizonia/tizonia.conf_

## 'tizonia' usage ##
Expand Down

0 comments on commit 756451c

Please sign in to comment.