From 5861c102f2b5d2dc315e50fc750cd1b7dcf2c5bb Mon Sep 17 00:00:00 2001 From: btd1337 Date: Sat, 25 Aug 2018 01:56:25 -0300 Subject: [PATCH] Add Arch Linux Support --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4df8a0c..e7de038 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Read Hacker News from the desktop - libgranite-dev >= 5.0 - libgtk-3-dev - libjson-glib-dev + - libsoup-2.4 - libwebkit2gtk-4.0-dev - meson - valac @@ -19,6 +20,13 @@ Read Hacker News from the desktop ``` flatpak install flathub com.github.mdh34.hackup ``` + +### Arch Linux +Arch Linux users can find Hackup under the name [hackup-git](https://aur.archlinux.org/packages/hackup-git/) in the **AUR**: + +`$ aurman -S hackup-git` + + ### From Source: ``` sudo apt install libgranite-dev libgtk-3-dev libjson-glib-dev libwebkit2gtk-4.0-dev meson valac