diff --git a/README.md b/README.md index 9058f83a..7501f78a 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,17 @@ where `` points to the Qt install directory that contains **Build** ninja + +How to Install +----------------- +**Linux** +The easies way to install GitAhead is by using [Flatpak](https://www.flatpak.org/) +Ubuntu: apt-get install flatpak flatpak-builder + +1) Download flatpak manifest located in the repository at `gitahead/pack/flatpak/io.github.gitahead.gitahead.json` +2) Build and install flatpak package (must be executed as root): + + flatpak-builder --force-clean --install ./build io.github.gitahead.gitahead.json How to Contribute ----------------- diff --git a/pack/flatpak/io.github.gitahead.gitahead.json b/pack/flatpak/io.github.gitahead.gitahead.json index 1d81893f..40e55ca9 100644 --- a/pack/flatpak/io.github.gitahead.gitahead.json +++ b/pack/flatpak/io.github.gitahead.gitahead.json @@ -36,7 +36,7 @@ { "type": "git", "branch": "master", - "url": "https://github.com/gitahead/gitahead" + "url": "https://github.com/Murmele/gitahead" } ] }