From ebc7f6e699ab42641713619818939200664abc34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81aurent=20=CA=98=E2=9D=A2=C5=A6=20=C5=A6ough?= Date: Sat, 22 Aug 2020 13:01:15 -0700 Subject: [PATCH 1/2] Update Readme.md: add reference to Arch package. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 04c313d..eee202d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ xkcd, sometimes styled _XKCD_ is a [webcomic](https://en.wikipedia.org/wiki/Webc $ pip install git+https://github.com/itsron717/XKCD ``` +- ### on Arch Linux; there is an [xkcd-git](https://aur.archlinux.org/packages/xkcd-git/) package in the AUR. + - Install via your favourite AUR helper: + ``` + $ yay|pikaur|trizen -S xkcd-git + ``` + - Now the package is successfully installed. Run it using the command ``` From 8b553e348876aa5d75c34f98ea5402b3b4c2a68e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81aurent=20=CA=98=E2=9D=A2=C5=A6=20=C5=A6ough?= Date: Thu, 12 Nov 2020 10:11:24 -0800 Subject: [PATCH 2/2] Update README.md Updated Arch Linux installation; paragraph formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eee202d..855c7ff 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ xkcd, sometimes styled _XKCD_ is a [webcomic](https://en.wikipedia.org/wiki/Webc $ pip install git+https://github.com/itsron717/XKCD ``` -- ### on Arch Linux; there is an [xkcd-git](https://aur.archlinux.org/packages/xkcd-git/) package in the AUR. +- on Arch Linux; there is an [xkcd-git](https://aur.archlinux.org/packages/xkcd-git/) package in the AUR. - Install via your favourite AUR helper: ``` $ yay|pikaur|trizen -S xkcd-git