From ad89fbd5a075fa815ebef1a7d7e8ac227ac8abfd Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Thu, 23 Sep 2021 14:44:40 +0200 Subject: [PATCH] Merge into one line --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 26b794d..6b5d3f7 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,7 @@ For development and testing you can run the app in a VT. Unless your user accoun ``` $ meson _build -$ meson compile -C _build # Meson 0.55 and above -$ ninja -C _build # Meson <0.55 +$ meson compile -C _build # With meson <0.55 use ninja -C _build instead $ sudo chvt 2 $ sudo ./_build/buffyboard ```