Skip to content

Commit

Permalink
flatpak: update README w/ manifest check instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Sep 9, 2024
1 parent 305da6e commit c2a669c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flatpak/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
This the in-development version of Gromit-MPX's flatpak packaging. The release version can be found at
in [this repository](https://github.com/flathub/net.christianbeier.Gromit-MPX).

## Checking Manifest

- Install org.flatpak.Builder
- `flatpak run --command=flatpak-builder-lint org.flatpak.Builder --exceptions manifest net.christianbeier.Gromit-MPX.yml`

## Building and Running

Build and install a local flatpak via `flatpak-builder --force-clean --user --install build-dir net.christianbeier.Gromit-MPX.yml`.

Run the local flatpak via `flatpak run net.christianbeier.Gromit-MPX`.

0 comments on commit c2a669c

Please sign in to comment.