Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus authored Nov 30, 2023
1 parent 0480f2c commit 295bf51
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Please see the latest documentation [here](https://trueromanus.github.io/ArdorQu
## Build instructions
### Flatpak
```shell
sudo flatpak install flathub org.kde.Platform//6.6 org.kde.Sdk//6.6
flatpak-builder --user --install --force-clean build org.emptyflow.ArdorQuery.yml
flatpak build-bundle ~/.local/share/flatpak/repo/ ardorquery.flatpak org.emptyflow.ArdorQuery
```
Expand All @@ -53,3 +54,13 @@ flatpak build-bundle ~/.local/share/flatpak/repo/ ardorquery.flatpak org.emptyfl
cd src
qmake "CONFIG+=debianinstall"
```
### Manjaro
```shell
cd src
qmake "CONFIG+=manjaroinstall"
```
### Fedora based distros
```shell
cd src
qmake "CONFIG+=fedorainstall"
```

0 comments on commit 295bf51

Please sign in to comment.