Added Flatpak building instructions
This commit is contained in:
parent
d60dbfbd6b
commit
f335bedc2a
11
README.md
11
README.md
@ -54,7 +54,16 @@ And `make clean` to clean up the enviroment after instalation.
|
||||
|
||||
### Flatpak
|
||||
|
||||
Flatpak instructions... Soon™.
|
||||
#### Building a Flatpak
|
||||
|
||||
Download the `org.gnome.Hammond.json` flatpak manifest from this repo.
|
||||
|
||||
```bash
|
||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo # Add flathub repo
|
||||
flatpak --user install flathub org.freedesktop.Sdk.Extension.rust-stable # Install the required rust-stable extension from flathub
|
||||
flatpak-builder --repo=repo hammond org.gnome.Hammond.json --force-clean
|
||||
flatpak build-bundle repo hammond org.gnome.hammond
|
||||
```
|
||||
|
||||
## Building
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user