From 036a934864cb65989b4759e9cb61c59000ccc90f Mon Sep 17 00:00:00 2001 From: Van Malleghem Antoine Date: Wed, 11 Sep 2024 19:30:29 +0200 Subject: [PATCH] fix readme issues Signed-off-by: Van Malleghem Antoine --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 41f518f2e..7ed09f926 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ which can be used to add custom widgets. [Folder Structure](#folder-structure) -[Code of Conduct](#code-of-conduct) +[Contributing](#contributing) -[Contributing](#code-of-contributing) +[Code of Conduct](#code-of-conduct) [Versioning](#versioning) @@ -66,12 +66,12 @@ line tools from `gz-tools` may not work correctly. A workaround for a single package is to define the environment variable `GZ_CONFIG_PATH` to point to the location of the Gazebo library installation, where the YAML file for the package is found, such as -```{.sh} +```bash export GZ_CONFIG_PATH=/usr/local/share/gz ``` Multiple paths can be specified using the `:` delimiter. For example, -```{.sh} +```bash export GZ_CONFIG_PATH=/user/local/share/gz/:/path/to/some/other/location ``` @@ -106,7 +106,7 @@ export GZ_CONFIG_PATH=/user/local/share/gz/:/path/to/some/other/location # Contributing Please see -[CONTRIBUTING.md](https://gazebosim.org/docs/all/contributing). +[the contribution guide](https://gazebosim.org/docs/all/contributing). # Code of Conduct