Add Arch installation instructions to README

This commit is contained in:
Grafcube 2021-11-26 16:58:11 +05:30
parent 9c0dd9a31c
commit e4ab0d7db2
No known key found for this signature in database
GPG Key ID: 473F875D5402C33B

View File

@ -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
-----------------