From 96609da8d26fc05be8845c1edf05c8aa38af047d Mon Sep 17 00:00:00 2001 From: TheQwertiest Date: Mon, 15 Jun 2020 18:36:08 +0300 Subject: docs: replaced `ninja` with appropriate `meson` commands [skip ci] --- docs/markdown/Project-templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/markdown/Project-templates.md') diff --git a/docs/markdown/Project-templates.md b/docs/markdown/Project-templates.md index 832cd1d5a..7ded318b7 100644 --- a/docs/markdown/Project-templates.md +++ b/docs/markdown/Project-templates.md @@ -16,8 +16,8 @@ $ meson init --language=c --name=myproject --version=0.1 ``` This would create the build definitions for a helloworld type -project. The result can be compiled as usual. For example compiling it -with Ninja could be done like this: +project. The result can be compiled as usual. For example it +could be done like this: ``` $ meson setup builddir -- cgit v1.2.3