Readme: Fix the flatpak instructions.

This commit is contained in:
Jordan Petridis 2018-04-23 13:35:04 +03:00
parent 063bcbd0e5
commit 9a3586fd1c
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -53,7 +53,13 @@ flatpak --user install gnome-nightly org.gnome.Sdk org.gnome.Platform
# Install the required rust-stable extension from flathub # Install the required rust-stable extension from flathub
flatpak --user install flathub org.freedesktop.Sdk.Extension.rust-stable flatpak --user install flathub org.freedesktop.Sdk.Extension.rust-stable
flatpak-builder --user --repo=repo hammond org.gnome.Hammond.json --force-clean flatpak-builder --user --repo=repo hammond org.gnome.Hammond.json --force-clean
flatpak build-bundle repo hammond org.gnome.Hammond ```
To install the resulting flatpak you can do:
```bash
flatpak build-bundle repo hammond.flatpak org.gnome.Hammond
flatpak install --user --bundle hammond.flatpak
``` ```
### Building from soure ### Building from soure