update flatpak readme.md
This commit is contained in:
parent
fbbf698aea
commit
b4ae206fbf
1 changed files with 2 additions and 11 deletions
|
@ -2,17 +2,8 @@
|
|||
|
||||
This directory contains the flatpak build files.
|
||||
|
||||
If you are on Linux and would like to install this application as a Flatpak image then
|
||||
build the application with gradle:
|
||||
|
||||
```
|
||||
# in parrent folder:
|
||||
./gradlew jlinkZip
|
||||
```
|
||||
|
||||
And execute:
|
||||
If you are on Linux and would like to install this application as a Flatpak then execute
|
||||
|
||||
```shell
|
||||
cd flatpak
|
||||
./debug.sh
|
||||
./build.sh
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue