blob: f6c9ba6ecf053d1604498dfed004f5b17e9dd365 (
plain) (
tree)
|
|
# discord.c
an alternative client for the discord messaging platform, written in the C programming language.
## requirements
* a POSIX system
* GNU C library
* GNU compiler collection
* GNU Make
* libcurl 7.17.0 or newer with HTTPS support
## instructions
```
make
./discord.c -e email@address.example -p password
```
|