Skip to content

Commit ec6e894

Browse files
authored
docs: add instructions to install flatpak
1 parent 74a0241 commit ec6e894

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ Instruct `flatpak-builder` to use the manifest to do a flatpak build:
6969
flatpak-builder --force-clean build-dir com.example.FlutterApp.json
7070
```
7171

72+
_Optional:_
73+
74+
To build and immediately install the flatpak it produces add `--user --install` to the build command, for example:
75+
76+
```
77+
flatpak-builder --force-clean build-dir com.example.FlutterApp.json --user --install
78+
```
79+
7280
## Publish to app store
7381

74-
When this succeeds you can proceed to [submit to an app store like Flathub](https://github.com/flathub/flathub/wiki/App-Submission).
82+
When this succeeds you can proceed to [submit to an app store like Flathub](https://github.com/flathub/flathub/wiki/App-Submission).

0 commit comments

Comments
 (0)