Skip to content

Commit d617349

Browse files
authored
Update branch install instruction and minimum OS version (#639)
Signed-off-by: Trushant Adeshara <150821956+trushant05@users.noreply.github.com>
1 parent b07bcda commit d617349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/01_install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Binary install is pending `gz-rendering` and `gz-gui` being added to conda-forge
6060

6161
## Source Install
6262

63-
### Ubuntu Focal 20.04 or above
63+
### Ubuntu Noble 24.04 or above
6464

6565
#### Install Prerequisites
6666

@@ -75,7 +75,7 @@ Add OSRF packages:
7575

7676
Clone source code:
7777
```
78-
# This checks out the default branch. You can append `-b ign-gui#` (replace # with a number) to checkout a specific version
78+
# This checks out the default branch. You can append `-b gz-gui<#>` (replace # with a number) to checkout a specific version
7979
git clone http://github.com/gazebosim/gz-gui
8080
```
8181

@@ -161,7 +161,7 @@ Before [gz-rendering](https://github.com/gazebosim/gz-rendering) becomes availab
161161

162162
1. Navigate to where you would like to build the library, and clone the repository.
163163
```
164-
# Optionally, append `-b ign-gui#` (replace # with a number) to check out a specific version
164+
# Optionally, append `-b gz-gui#` (replace # with a number) to check out a specific version
165165
git clone https://github.com/gazebosim/gz-gui.git
166166
```
167167

0 commit comments

Comments
 (0)