kylejohnson / Patiobar

A web frontend for pianobar, which is a CLI frontend for Pandora.
MIT License
60 stars 21 forks source link

Install instructions provide wrong URL to install.sh if you use the "curl" approach #24

Closed gsteckman closed 3 years ago

gsteckman commented 5 years ago

The first option of the install instructions are to use:

curl -s https://github.com/kylejohnson/Patiobar/blob/master/install.sh | bash

However this URL to the install.sh file actually gets the GitHub web page which bash chokes on. Instead the following URL to the file is what is needed:

https://raw.githubusercontent.com/kylejohnson/Patiobar/master/install.sh