Skip to content

Commit

Permalink
update homebrew install instruction
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 16, 2024
1 parent ca37cf0 commit a3081e9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tutorials/02_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,11 @@ This assumes you have created and activated a Conda environment while [installin

## Binary Installation

On macOS, add OSRF packages:
Install [Homebrew](https://brew.sh/).

Add OSRF packages:

```
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap osrf/simulation
```

Expand All @@ -207,7 +209,7 @@ Install Gazebo Rendering:
brew install gz-rendering<#>
```

Be sure to replace `<#>` with a number value, such as 7 or 8, depending on
Be sure to replace `<#>` with a number value, such as 8 or 9, depending on
which version you need.

## Source Installation
Expand Down

0 comments on commit a3081e9

Please sign in to comment.