ayn2op / discordo

A lightweight, secure, and feature-rich Discord terminal client.
MIT License
2.06k stars 64 forks source link

Build via Docker and install in Makefile #211

Closed replicant0wnz closed 2 years ago

replicant0wnz commented 2 years ago

Allow building via Docker in order to by-pass installing go. Also added install to Makefile.

ghost commented 2 years ago

You can download the pre-built binaries that are built on push to default branch using the CI to avoid installing Go and building it from source.

replicant0wnz commented 2 years ago

Well, thought I'd push it up as I build via source and had the Makefile handy ;-)