Documentation: Add ninja command to example

This is needed for the next command to work.
This commit is contained in:
EWouters 2022-05-08 18:26:10 +02:00 committed by Linus Groh
parent 102ac09ad7
commit 59598ded15
Notes: sideshowbarker 2024-07-17 10:39:14 +09:00

View File

@ -28,6 +28,7 @@ to the root of the serenity source tree when running on a non-SerenityOS host.
# /path/to/serenity repository
export SERENITY_SOURCE_DIR=${PWD}
cd Build/lagom
ninja
ninja test
```