From a0a4efc791e047ad5fc56659f21f76d5edf9b65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Thu, 14 Sep 2023 20:25:06 +0200 Subject: [PATCH] Fix typo in tutorial. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- tutorials/02_installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/02_installation.md b/tutorials/02_installation.md index 6c7502596..f8aad7e0d 100644 --- a/tutorials/02_installation.md +++ b/tutorials/02_installation.md @@ -104,7 +104,7 @@ git clone https://github.com/gazebosim/gz-transport Configure and build ``` -cd gz-common +cd gz-transport mkdir build cd build cmake ..