From 8cac7c39087b2791a979902d944e05617d073fa8 Mon Sep 17 00:00:00 2001 From: Luka Teras Date: Fri, 3 Jan 2025 00:35:48 +0000 Subject: [PATCH] `README.md`: shorten Meson instructions with `ninja -C` --- README.md | 3 +-- openbsd/README.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d368128..7c53bee 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,7 @@ To build and install the project use [Meson][]: ``` $ meson setup ../nanoid -$ cd ../nanoid -$ ninja install +$ ninja -C ../nanoid install ``` [`nanoid.h`]: nanoid.h diff --git a/openbsd/README.md b/openbsd/README.md index 4f4d716..d52798e 100644 --- a/openbsd/README.md +++ b/openbsd/README.md @@ -60,8 +60,7 @@ To build and install the project use [Meson][]: ``` $ meson setup ../nanoid -$ cd ../nanoid -$ ninja install +$ ninja -C ../nanoid install ``` [`nanoid.h`]: ../nanoid.h