File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
7676Clone 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
1621621 . 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
You can’t perform that action at this time.
0 commit comments