itchio / butler

🎩 Command-line itch.io helper
MIT License
745 stars 52 forks source link

Install commands have a typo #168

Closed larsiusprime closed 5 years ago

larsiusprime commented 5 years ago

https://itch.io/docs/butler/installing.html

curl -L -O butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default

has a big O. It should be little o.

curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default

At least, I get errors with big O and little o seems to work.