Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifies the use of ign for gz in installation tutorial #375

Merged
merged 2 commits into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions tutorials/01_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,18 @@ sudo make uninstall

1. Clone the repository
```
git clone https://github.com/gazebosim/gz-fuel-tools -b ign-fuel-tools<#>
git clone https://github.com/gazebosim/gz-fuel-tools -b gz-fuel-tools<#>
```
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 8 or 9, depending on
which version you need.

**Note:** If the version is 7 or downwards replace `gz-fuel-tools<#>` for `ign-fuel-tools<#>` in the command line. For more information take a look [here](https://community.gazebosim.org/t/a-new-era-for-gazebo/1356).

2. Install dependencies
```
brew install --only-dependencies gz-fuel-tools<#>
```
Be sure to replace `<#>` with a number value, such as 1 or 2, depending on
Be sure to replace `<#>` with a number value, such as 8 or 9, depending on
which version you need.

3. Configure and build
Expand Down