From 3406323e589db31bbe19090392346056f41139e0 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 26 Jan 2022 11:00:53 +0100 Subject: [PATCH] Updating readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc3ceb2..8a49d90 100644 --- a/README.md +++ b/README.md @@ -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 ```