diff --git a/tutorials/21_render_order.md b/tutorials/21_render_order.md index 334204ef5..d082303e0 100644 --- a/tutorials/21_render_order.md +++ b/tutorials/21_render_order.md @@ -48,5 +48,9 @@ make Execute the example: ```{.sh} +# Linux (defaults to using ogre1) ./simple_demo + +# macOS (ogre1 is not supported on macOS, but ogre2 is) +./simple_demo ogre2 ```