Update README.md

This commit is contained in:
Murmele 2021-11-17 11:44:53 +01:00 committed by GitHub
parent c3b29b3697
commit ccc1444192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,12 +105,15 @@ How to Install
-----------------
**Linux**
The easies way to install Gittyup is by using [Flatpak](https://www.flatpak.org/)
Ubuntu: apt-get install flatpak flatpak-builder
1) Download flatpak manifest located in the repository at `gittyup/pack/flatpak/io.github.gittyup.gittyup.json`
2) Build and install flatpak package (must be executed as root):
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
flatpak-builder --force-clean --install ./build io.github.gittyup.gittyup.json
How to Contribute
-----------------