Update readme.md
This commit is contained in:
parent
a54bd586d4
commit
535f437ba4
1 changed files with 15 additions and 0 deletions
15
readme.md
15
readme.md
|
@ -59,6 +59,21 @@ cd flatpak
|
|||
flatpak-builder --sandbox --user --install --force-clean build-dir dev.nuculabs.ImageTagger.yaml
|
||||
```
|
||||
|
||||
### Building a package (Fedora Example)
|
||||
|
||||
To build a package run
|
||||
|
||||
```shell
|
||||
gradle jpackage <<< "--type rpm"
|
||||
```
|
||||
|
||||
To install and run the application:
|
||||
|
||||
```shell
|
||||
dnf install ./img-ui/build/jpackage/imagetagger-1.0-1.x86_64.rpm
|
||||
/opt/imagetagger/bin/ImageTagger
|
||||
```
|
||||
|
||||
# Blog
|
||||
|
||||
You can visit my tech blog at [https://blog.nuculabs.dev](https://blog.nuculabs.dev).
|
||||
|
|
Loading…
Reference in a new issue