diff options
author | Aylur <[email protected]> | 2025-03-12 16:38:37 +0100 |
---|---|---|
committer | noname <[email protected]> | 2025-04-25 01:19:20 +1000 |
commit | b8d3e2c5ca4b0c28f717c9c1f3771db342bf74a4 (patch) | |
tree | eb19fb0d2c51e9b9d9924d686e9af813579cc0f6 /examples/gtk4/simple-bar/vala/README.md | |
parent | 2fe716e51d9b1abf470e99df6f58182353ceb11b (diff) |
fix typos
Diffstat (limited to 'examples/gtk4/simple-bar/vala/README.md')
-rw-r--r-- | examples/gtk4/simple-bar/vala/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gtk4/simple-bar/vala/README.md b/examples/gtk4/simple-bar/vala/README.md index a1a3eae..9d9f5c3 100644 --- a/examples/gtk4/simple-bar/vala/README.md +++ b/examples/gtk4/simple-bar/vala/README.md @@ -26,7 +26,7 @@ This example shows you how to get a Vala+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 ``` |