Add documentation how to install flatpak package

This commit is contained in:
Martin Marmsoler 2021-09-14 10:09:36 +02:00
parent 6f31b3ef22
commit 63c536b6e7
2 changed files with 12 additions and 1 deletions

View File

@ -98,6 +98,17 @@ where `<path-to-qt>` 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
-----------------

View File

@ -36,7 +36,7 @@
{
"type": "git",
"branch": "master",
"url": "https://github.com/gitahead/gitahead"
"url": "https://github.com/Murmele/gitahead"
}
]
}