diff options
Diffstat (limited to '')
-rw-r--r-- | debian/README.Debian | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..b23ea1f --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,17 @@ +discord.c for Debian + +an alternative client for the discord messaging platform, written in the C programming language. + +makes use of libncursesw6, libcurl4-openssl-dev, libcjson-dev + +reads email and password from arguments -e and -p to command discord.c or from environment variables DC_E and DC_P + +after launching program, start the network thread with command /n 1 - that logs you in and fetches guilds and channels + +join a channel with /join, list channels with /channels, list guilds with /guilds + +send text with enter key + +you can /join and /unjoin many channels, then switch with [TAB] to which channel you will send messages. + + -- Anton Luka Šijanec <anton@sijanec.eu> Mon, 22 Mar 2021 19:45:04 +0100 |