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

Improved install instructions #106

Merged
merged 1 commit into from
Sep 13, 2022
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: 9 additions & 1 deletion tutorials/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ sudo apt install libgz-plugin2-dev
1. Install Gazebo Tools if you want to use the `gz plugin` command line tool:
```bash
sudo apt-get install gz-tools2
```

2. Clone the repository
```bash
# Optionally, append `-b gz-plugin#` (replace # with a number) to check out a specific version
# From version 2 use `gz-plugin#`, lower versions `ign-plugin#`
git clone https://github.com/gazebosim/gz-plugin
```

Expand Down Expand Up @@ -101,6 +104,8 @@ Sierra (10.12) or later.

2. Clone the repository
```bash
# Optionally, append `-b gz-plugin#` (replace # with a number) to check out a specific version
# From version 2 use `gz-plugin#`, lower versions `ign-plugin#`
git clone https://github.com/gazebosim/gz-plugin
```

Expand Down Expand Up @@ -159,7 +164,8 @@ This assumes you have created and activated a Conda environment while installing

2. Navigate to where you would like to build the library, and clone the repository.
```bash
# Optionally, append `-b ign-plugin#` (replace # with a number) to check out a specific version
# Optionally, append `-b gz-plugin#` (replace # with a number) to check out a specific version
# From version 2 use `gz-plugin#`, lower versions `ign-plugin#`
git clone https://github.com/gazebosim/gz-plugin
```

Expand Down Expand Up @@ -191,6 +197,8 @@ You can also generate the documentation from a clone of this repository by follo

2. Clone the repository
```bash
# Optionally, append `-b gz-plugin#` (replace # with a number) to check out a specific version
# From version 2 use `gz-plugin#`, lower versions `ign-plugin#`
git clone https://github.com/gazebosim/gz-plugin
```

Expand Down