Skip to content

Commit

Permalink
Added details about homebrew in macOS documentation (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Kamat <[email protected]>
  • Loading branch information
sauk2 authored Sep 25, 2024
1 parent d3363c1 commit e250d2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ This action sets up a Gazebo environment.
1. [Usage](#Usage)
1. [Ubuntu](#Ubuntu)
1. [Setting up worker and installing a compatible Gazebo and Ubuntu combination](#Setting-up-worker-and-installing-a-compatible-Gazebo-and-Ubuntu-combination)
1. [Iterating on all Gazebo and Ubuntu combinations](#Iterating-on-all-gazebo-ubuntu-combinations)
1. [Using pre-release and/or nightly Gazebo binaries](#Using-pre-release-and/or-nightly-Gazebo-binaries)
1. [Iterating on all Gazebo and Ubuntu combinations](#Iterating-on-all-Gazebo-and-Ubuntu-combinations)
1. [Using prerelease and/or nightly Gazebo binaries](#Using-pre-release-andor-nightly-Gazebo-binaries)
1. [Installing ROS 2 and Gazebo side-by-side along with `ros_gz`](#Installing-ROS-2-and-Gazebo-side-by-side-along-with-ros_gz)
2. [macOS](#macOS)
1. [Setting up worker to install Gazebo on macOS](#Setting-up-worker-to-install-Gazebo-on-macOS)
Expand Down Expand Up @@ -279,7 +279,7 @@ This workflow shows how to install ROS 2 using the GitHub action `ros-tooling/se

#### Setting up worker to install Gazebo on macOS

This workflow shows how to install Gazebo on a macOS worker. The action needs an input for `required-gazebo-distributions` parameter.
This workflow shows how to install Gazebo on a macOS worker using the Homebrew package manager which is installed by the action. To run, this action needs an input for `required-gazebo-distributions` parameter.

```yaml
test_gazebo:
Expand Down

0 comments on commit e250d2d

Please sign in to comment.