summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 243c05d7d7cf5df57a060f515081a86a38f0a72c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
* [linenoise](//github.com/antirez/linenoise) library

## instructions

```
make
./discord.c -e email@address.example -p password
```