Skip to content

Commit 9165154

Browse files
authored
Modifies the use of ign for gz (#542)
Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
1 parent 5b08757 commit 9165154

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/02_installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Be sure to replace `<#>` with a number value, such as `1` or `2`, depending on w
5353
```
5454
git clone https://github.com/gazebosim/gz-physics -b gz-physics<#>
5555
```
56-
Be sure to replace `<#>` with a number value, such as `5` or `6`, depending on which version you need.
56+
Be sure to replace `<#>` with a number value, such as `6` or `7`, depending on which version you need.
5757
From version `6` onward, you should use `gz-physics<#>`; for lower versions, `ign-physics<#>`.
5858

5959
3. Configure and build
@@ -106,9 +106,9 @@ Be sure to replace `<#>` with a number value, such as `1` or `2`, depending on w
106106

107107
2. Clone the repository
108108
```
109-
git clone https://github.com/gazebosim/gz-physics -b ign-physics<#>
109+
git clone https://github.com/gazebosim/gz-physics -b gz-physics<#>
110110
```
111-
Be sure to replace `<#>` with a number value, such as `1` or `2`, depending on which version you need.
111+
Be sure to replace `<#>` with a number value, such as `6` or `7`, depending on which version you need.
112112

113113
3. Configure and build
114114
```
@@ -199,7 +199,7 @@ You can also generate the documentation from a clone of this repository by follo
199199

200200
2. Clone the repository
201201
```
202-
git clone https://github.com/gazebosim/gz-physics -b ign-physics<#>
202+
git clone https://github.com/gazebosim/gz-physics -b gz-physics<#>
203203
```
204204

205205
3. Configure and build the documentation.

0 commit comments

Comments
 (0)