itchio / butler

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

Docs could use build instructions (especially for linux) #163

Closed dodgyville closed 6 years ago

dodgyville commented 6 years ago

This is a great project. I'd love build insturctions in the docs or the README

fasterthanlime commented 6 years ago

Like most golang projects, it should be:

On Windows, you'll need a compiler toolchain installed, I'm personally using gcc, installed with http://www.msys2.org/ - I compile from the msys2 shell.