diff --git a/tutorials/23_topic_statistics.md b/tutorials/23_topic_statistics.md index 37293687..ce40afa5 100644 --- a/tutorials/23_topic_statistics.md +++ b/tutorials/23_topic_statistics.md @@ -79,6 +79,9 @@ For running the example, build the binaries in the example directory: git clone https://github.com/gazebosim/gz-transport -b gz-transport14 cd gz-transport/example cmake -S . -B build +# For UNIX +cmake --build build --parallel +# For Windows cmake --build build --config release --parallel ```