From 83a973ca04cf53dd98ff487b4273155b82cf554a Mon Sep 17 00:00:00 2001 From: TheQwertiest Date: Tue, 30 Jun 2020 18:32:27 +0300 Subject: Replaced `ninja` with `meson` [skip ci] --- docs/markdown/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Tutorial.md') diff --git a/docs/markdown/Tutorial.md b/docs/markdown/Tutorial.md index be6888d6a..c5a4e6bcf 100644 --- a/docs/markdown/Tutorial.md +++ b/docs/markdown/Tutorial.md @@ -74,7 +74,7 @@ Now we are ready to build our code. ``` $ cd builddir -$ ninja +$ meson compile ``` Once that is done we can run the resulting binary. -- cgit v1.2.3