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

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 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 ```bash
flatpak-builder --run AppDir/ eu.ad5001.LogarithmPlotter.json logarithmplotter --no-check-for-updates flatpak-builder --run AppDir/ eu.ad5001.LogarithmPlotter.json logarithmplotter --no-check-for-updates
``` ```