From ab905d8e0c202fcc0c3394181c7ccbf6b2d3bc9c Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 22 Apr 2023 20:41:27 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a6db74..c935cf9 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ The latest source releases can be found [here](https://github.com/tio/tio/releas Install steps: ``` -$ meson build +$ meson setup build $ meson compile -C build $ meson install -C build ```