From e4ab0d7db28abd3b1f2aa718f5417c0f4aa0fa31 Mon Sep 17 00:00:00 2001 From: Grafcube Date: Fri, 26 Nov 2021 16:58:11 +0530 Subject: [PATCH] Add Arch installation instructions to README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c92d2c12..b08891a3 100644 --- a/README.md +++ b/README.md @@ -106,14 +106,20 @@ How to Install **Linux** The easies way to install Gittyup is by using [Flatpak](https://www.flatpak.org/) -Ubuntu: +Ubuntu: sudo apt-get install flatpak && flatpak install flathub com.github.Murmele.Gittyup -Arch: - sudo pacman -S flatpak && flatpak install flathub com.github.Murmele.Gittyup +Arch: +Install the `gittyup` package from the Arch User Repository. + git clone https://aur.archlinux.org/gittyup.git + cd gittyup + makepkg -si + +Or use an AUR helper. +Install `gittyup-git` for the VCS build. How to Contribute -----------------