Skip to content

Commit

Permalink
Fix gz-tools version
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 committed Sep 11, 2024
1 parent d983b93 commit e4d5ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ sudo apt install libgz-plugin3-dev

1. Install Gazebo dependencies
```
sudo apt-get install libgz-cmake4-dev libgz-tools3-dev libgz-utils3-cli-dev
sudo apt-get install libgz-cmake4-dev libgz-tools2-dev libgz-utils3-cli-dev
```

1. Install Gazebo Tools if you want to use the `gz plugin` command line tool:
```bash
sudo apt-get install gz-tools3
sudo apt-get install gz-tools2
```

2. Clone the repository
Expand Down

0 comments on commit e4d5ecb

Please sign in to comment.