From d617349d9e25e6bb3f1260060664ec238e4e133a Mon Sep 17 00:00:00 2001 From: Trushant Adeshara <150821956+trushant05@users.noreply.github.com> Date: Tue, 10 Sep 2024 04:17:04 -0400 Subject: [PATCH] Update branch install instruction and minimum OS version (#639) Signed-off-by: Trushant Adeshara <150821956+trushant05@users.noreply.github.com> --- tutorials/01_install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/01_install.md b/tutorials/01_install.md index a8d7bfee0..e07b83210 100644 --- a/tutorials/01_install.md +++ b/tutorials/01_install.md @@ -60,7 +60,7 @@ Binary install is pending `gz-rendering` and `gz-gui` being added to conda-forge ## Source Install -### Ubuntu Focal 20.04 or above +### Ubuntu Noble 24.04 or above #### Install Prerequisites @@ -75,7 +75,7 @@ Add OSRF packages: Clone source code: ``` - # This checks out the default branch. You can append `-b ign-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 ``` @@ -161,7 +161,7 @@ Before [gz-rendering](https://github.com/gazebosim/gz-rendering) becomes availab 1. Navigate to where you would like to build the library, and clone the repository. ``` - # Optionally, append `-b ign-gui#` (replace # with a number) to check out a specific version + # Optionally, append `-b gz-gui#` (replace # with a number) to check out a specific version git clone https://github.com/gazebosim/gz-gui.git ```