diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2021-07-13 21:06:25 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2021-07-13 21:06:25 +0200 |
commit | fdb2a88a5eb656462840b74de01e9e098c520fa5 (patch) | |
tree | 89ff265855fd9e9c65753df7200a5c681171d743 /README.md | |
parent | replaced openssl with gnutls (diff) | |
download | discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.tar discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.tar.gz discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.tar.bz2 discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.tar.lz discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.tar.xz discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.tar.zst discord.c-fdb2a88a5eb656462840b74de01e9e098c520fa5.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -30,8 +30,7 @@ you need to add [my apt repository](https://prog.sijanec.eu/). built packages only exist for `amd64`, `arm64` and `i386`. for other architectures grab the source package: ``` -apt source discord.c -# untar and follow install from source +apt-build install discord.c ``` ### caveman style install |