summaryrefslogtreecommitdiff
path: root/examples/gtk4/simple-bar/py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gtk4/simple-bar/py')
-rw-r--r--examples/gtk4/simple-bar/py/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gtk4/simple-bar/py/README.md b/examples/gtk4/simple-bar/py/README.md
index 25f296b..e50219f 100644
--- a/examples/gtk4/simple-bar/py/README.md
+++ b/examples/gtk4/simple-bar/py/README.md
@@ -27,7 +27,7 @@ This example shows you how to get a Python+Blueprint+Sass project going.
- developing
```sh
- meson setup build --wipe --prefix "$pwd/result"
+ meson setup build --wipe --prefix "$(pwd)/result"
meson install -C build
./result/bin/simple-bar
```