Skip to content

Commit

Permalink
clarify README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
DeedleFake committed May 2, 2023
1 parent 2bbb067 commit 2deb0e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Building and Installing
-----------------------

```bash
$ flatpak-builder build --user --install --force-clean --disable-rofiles-fuse space.celestia.celestia_qt6.yml
$ flatpak-builder build --user --install --force-clean space.celestia.celestia_qt6.yml
```

This may complain about missing dependencies. If it does, try running the following first:
Expand All @@ -16,4 +16,6 @@ This may complain about missing dependencies. If it does, try running the follow
$ flatpak-builder build --install-deps-only --install-deps-from=flathub space.celestia.celestia_qt6.yml
```

It also may give a cryptic error about "rofiles". If so, simply add the ` --disable-rofiles-fuse` option.

[celestia]: https://github.com/CelestiaProject/Celestia

0 comments on commit 2deb0e7

Please sign in to comment.