Skip to content

Commit

Permalink
Merge pull request #397 from flathub/update-flatpak-filesystem-access…
Browse files Browse the repository at this point in the history
…-documentation

README: Update Flatpak filesystem access
  • Loading branch information
wjt committed Nov 9, 2023
2 parents 83e538e + 79fc712 commit 3ec5bc0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,20 @@ it should display messages about any broken or outdated external data.

### Installation

This tool itself is available in flatpak format from Flathub. Install with
This tool itself is available in Flatpak format from Flathub. Install with

```bash
flatpak install --from https://dl.flathub.org/repo/appstream/org.flathub.flatpak-external-data-checker.flatpakref
```

And run with

```bash
flatpak run org.flathub.flatpak-external-data-checker MANIFEST_DIR/MANIFEST_FILE
```

If the manifest is not in your home directory, you need to punch a sandbox hole for it:

```bash
flatpak run --filesystem=MANIFEST_DIR org.flathub.flatpak-external-data-checker MANIFEST_DIR/MANIFEST_FILE
```
Expand Down

0 comments on commit 3ec5bc0

Please sign in to comment.