Updating readme

This commit is contained in:
Ad5001 2022-01-26 11:00:53 +01:00
parent ea56d30870
commit 3406323e58
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ You can build the latest version of LogarithmPlotter flatpak using `flatpak-buil
flatpak-builder AppDir eu.ad5001.LogarithmPlotter.json
```
After it finishes building (note that this step can take a while as it compiles Qt), you can run it using:
After it finishes building (note that this step can take a while as it compiles Qt), you can run it using:
```bash
flatpak-builder --run AppDir/ eu.ad5001.LogarithmPlotter.json logarithmplotter --no-check-for-updates
```