From 3bc097b7391d2f7359ba4a6ed189b8c0c25bbbbe Mon Sep 17 00:00:00 2001 From: Trushant Adeshara <150821956+trushant05@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:50:39 -0400 Subject: [PATCH] Update 01_install.md by fixing angular brackets Signed-off-by: Trushant Adeshara <150821956+trushant05@users.noreply.github.com> --- tutorials/01_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/01_install.md b/tutorials/01_install.md index d6a070415..e07b83210 100644 --- a/tutorials/01_install.md +++ b/tutorials/01_install.md @@ -75,7 +75,7 @@ Add OSRF packages: Clone source code: ``` - # This checks out the default branch. You can append `-b gz-gui#` (replace # with a number) to checkout a specific version + # This checks out the default branch. You can append `-b gz-gui<#>` (replace # with a number) to checkout a specific version git clone http://github.com/gazebosim/gz-gui ```