From b8d3e2c5ca4b0c28f717c9c1f3771db342bf74a4 Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 12 Mar 2025 16:38:37 +0100 Subject: fix typos --- examples/gtk4/simple-bar/js/README.md | 2 +- examples/gtk4/simple-bar/py/README.md | 2 +- examples/gtk4/simple-bar/vala/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/gtk4/simple-bar/js/README.md b/examples/gtk4/simple-bar/js/README.md index 6719fdb..5776cee 100644 --- a/examples/gtk4/simple-bar/js/README.md +++ b/examples/gtk4/simple-bar/js/README.md @@ -35,7 +35,7 @@ This example shows you how to get a TypeScript+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 ``` 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 ``` 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 ``` -- cgit v1.2.3