summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b626b2..35fab45 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,25 @@ an alternative client for the discord messaging platform, written in the C progr
## instructions
+### debian (ubuntu as well)
+
+```
+wget https://sijanec.eu/pgp-key.txt -qO- | sudo apt-key add -
+sudo echo deb http://prog.sijanec.eu/ $(lsb_release -sc) main \>\> /etc/apt/sources.list
+sudo echo deb-src http://prog.sijanec.eu/ $(lsb_release -sc) main \>\> /etc/apt/sources.list # optional
+sudo apt update
+sudo apt install discord.c
+```
+
+built packages only exist for the `amd64`. for i386 grab the source package:
+
+```
+apt source discord.c
+# untar and follow install from source
+```
+
+### caveman style install
+
```
make
./discord.c -e email@address.example -p password