From ab4cb91d97cc4672f5f6b6811f06267a3b3078f5 Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 5 May 2021 13:08:20 +0200 Subject: added readme fixes --- README.md | 21 ++++++++++++++++----- debian/changelog | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 15db6f0..d429f27 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,13 @@ an alternative client for the discord messaging platform, written in the C progr ### debian (ubuntu as well) ``` -wget https://sijanec.eu/pgp-key.txt -qO- | sudo apt-key add - -echo deb http://prog.sijanec.eu/ppa $(lsb_release -sc) main | sudo tee /etc/apt/sources.list -a -echo deb-src http://prog.sijanec.eu/ppa $(lsb_release -sc) main | sudo tee /etc/apt/sources.list -a # optional sudo apt update sudo apt install discord.c ``` -built packages only exist for the `amd64`. for i386 grab the source package: +you need to add [my apt repository](https://prog.sijanec.eu/). + +built packages only exist for the `amd64` and `arm64`. for i386 grab the source package: ``` apt source discord.c @@ -42,7 +41,19 @@ make ./discord.c -e email@address.example -p password ``` +## automatic building + +automatic building is done on two servers, one for `arm64` and the other for `amd64`. + +check the build badge before downloading: + +[![Build Status](https://jenkins.sijanec.eu/buildStatus/icon?job=discord.c)](https://jenkins.sijanec.eu/job/discord.c/) + +* `amd64`: [https://cargova.sijanec.eu/prog/discord.c/](https://cargova.sijanec.eu/prog/discord.c/) +* `arm64`: [https://of.sijanec.eu/prog/discord.c/](https://of.sijanec.eu/prog/discord.c/) + +there deb packages and binaries. + ## missing features -* direct messages * check for permissions before join diff --git a/debian/changelog b/debian/changelog index dd8fc35..43d2a2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -discord.c (0.0.3-0) stable; urgency=low +discord.c (0.0.3-1) stable; urgency=low * added support for attachment viewing as links -- cgit v1.2.3