diff --git a/README.md b/README.md index a28e4d8a..a76e3de4 100644 --- a/README.md +++ b/README.md @@ -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 -----------------