summaryrefslogtreecommitdiffstats
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorsijanec <anton@sijanec.eu>2021-05-05 12:56:41 +0200
committersijanec <anton@sijanec.eu>2021-05-05 12:56:41 +0200
commit42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879 (patch)
treeeb9f13bfc2962a62d716975f0fd9a43f683612c0 /debian/README.Debian
parentdodal podporo za direct messages (diff)
downloaddiscord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.tar
discord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.tar.gz
discord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.tar.bz2
discord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.tar.lz
discord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.tar.xz
discord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.tar.zst
discord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.zip
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian17
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