Learn about privacy, security, and anonymity with the help of these articles.

Cordless – A Terminal Based Discord Application

December 16, 2021

In this blog, I will show you how to install cordless, a terminal based discord client, you can view the github repository here: https://github.com/Bios-Marcel/cordless

If you want to build from source like I did in this blog, you'll first need to install GO from: https://golang.org/dl/

once you download the tar extract it to /usr/local sudo tar -C /usr/local -xzf go1.14.5.linux-amd64.tar.gz

then export it to your path

export PATH=$PATH:/usr/local/go/bin

then download and build cordless with this command

GO111MODULE=on go get -u github.com/Bios-Marcel/cordless

if you want to be able to use cordless from anywhere in your terminal you should copy the cordless binary from go/bin into /usr/local/bin