Update docs

This commit is contained in:
SirLynix
2023-04-10 13:49:52 +02:00
committed by Jérôme Leclercq
parent 26b23ccce6
commit 262351c5c3
2 changed files with 43 additions and 25 deletions

View File

@@ -33,7 +33,7 @@ To run the examples, unit tests or tools, you can either run them in the project
`xmake run <exe>` with `<exe>` being the name of the executable you wish to run.
Available examples names can be found in the `examples` folder (example: `xmake run PhysicsDemo`).
You can also run unit tests with `xmake run Nazara(Client)UnitTests`.
You can also run unit tests with `xmake run NazaraUnitTests`.
## Install