Skip to content

Commit

Permalink
README: Document write access for Flatpak version
Browse files Browse the repository at this point in the history
This is a common trap for the unwary. Strictly speaking the `--filesystem` flag
is only needed when running with `--update` or similar but it's easier to just
document it as always needed.
  • Loading branch information
wjt authored and gasinvein committed Aug 8, 2022
1 parent 77eac1e commit b2b2086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ flatpak install --from https://dl.flathub.org/repo/appstream/org.flathub.flatpak
And run with

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

#### Running in a container
Expand Down

0 comments on commit b2b2086

Please sign in to comment.