Skip to content

Commit

Permalink
Modifies the use of ign for gz (#542)
Browse files Browse the repository at this point in the history
Signed-off-by: Voldivh <[email protected]>
  • Loading branch information
Voldivh authored Sep 14, 2023
1 parent 5b08757 commit 9165154
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Be sure to replace `<#>` with a number value, such as `1` or `2`, depending on w
```
git clone https://github.com/gazebosim/gz-physics -b gz-physics<#>
```
Be sure to replace `<#>` with a number value, such as `5` or `6`, depending on which version you need.
Be sure to replace `<#>` with a number value, such as `6` or `7`, depending on which version you need.
From version `6` onward, you should use `gz-physics<#>`; for lower versions, `ign-physics<#>`.

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

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

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

2. Clone the repository
```
git clone https://github.com/gazebosim/gz-physics -b ign-physics<#>
git clone https://github.com/gazebosim/gz-physics -b gz-physics<#>
```

3. Configure and build the documentation.
Expand Down

0 comments on commit 9165154

Please sign in to comment.