Remove mention of running ninja directly

It may be true that if one uses a Meson version that is more than 4 years old, one might need to run `ninja` directly, but details like that should be safe to keep out of the simple getting started guide.
pull/13546/head
Magnus Reftel 7 months ago committed by GitHub
parent 85e92331cb
commit 1421f7210e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      docs/markdown/SimpleStart.md

@ -149,6 +149,4 @@ is put in the `build` subdirectory and can be run directly from there.
The project is now ready for development. You can edit the code with
any editor and it is rebuilt by going in the `build` subdirectory and
executing the `meson compile` command. If your version of Meson is too
old, you can compile the project by running the command `ninja`
instead.
executing the `meson compile` command.

Loading…
Cancel
Save