Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`
Copy link
Owner

@mdh34 mdh34 Aug 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you possibly leave this command out? There are lots of AUR helpers avaliable so just leaving the link should be fine :)



### From Source:
```
sudo apt install libgranite-dev libgtk-3-dev libjson-glib-dev libwebkit2gtk-4.0-dev meson valac
Expand Down