Skip to content

Commit 8f70a68

Browse files
authored
Merge 35b4cc6 into b6e42df
2 parents b6e42df + 35b4cc6 commit 8f70a68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ framework, a set of libraries designed to rapidly develop robot applications.
1919

2020
## Installation
2121

22-
See the [installation tutorial](https://gazebosim.org/api/msgs/7.0/install.html).
22+
See the [installation tutorial](https://gazebosim.org/api/msgs/10/install.html).
2323

2424
## Known issue of command line tools
2525

@@ -29,7 +29,7 @@ line tools from `gz-tools` may not work correctly.
2929
A workaround for a single package is to define the environment variable
3030
`GZ_CONFIG_PATH` to point to the location of the Gazebo library installation,
3131
where the YAML file for the package is found, such as
32-
```
32+
```{.sh}
3333
export GZ_CONFIG_PATH=/usr/local/share/gz
3434
```
3535

@@ -38,7 +38,7 @@ installations from source are in different locations, only one can be specified.
3838

3939
Another workaround for working with multiple Gazebo libraries on the command
4040
line is using symbolic links to each library's YAML file.
41-
```
41+
```{.sh}
4242
mkdir ~/.gz/tools/configs -p
4343
cd ~/.gz/tools/configs/
4444
ln -s /usr/local/share/gz/fuel8.yaml .

0 commit comments

Comments
 (0)