From b218e078d7c7e122caa2d2085e7fce010a22255e Mon Sep 17 00:00:00 2001 From: Voldivh Date: Thu, 14 Sep 2023 13:14:45 -0500 Subject: [PATCH 1/2] Modifies the use of ign for gz Signed-off-by: Voldivh --- tutorials/01_installation.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tutorials/01_installation.md b/tutorials/01_installation.md index d61d5bef..f291416c 100644 --- a/tutorials/01_installation.md +++ b/tutorials/01_installation.md @@ -168,10 +168,12 @@ sudo make uninstall 1. Clone the repository ``` - git clone https://github.com/gazebosim/gz-fuel-tools -b ign-fuel-tools<#> + git clone https://github.com/gazebosim/gz-fuel-tools -b gz-fuel-tools<#> ``` - Be sure to replace `<#>` with a number value, such as 1 or 2, depending on - which version you need. + Be sure to replace `<#>` with a number value, such as 8 or 9, depending on + which version you need. + + **Note:** If the version is 7 or downwards replace `gz-fuel-tools<#>` for `ign-fuel-tools<#>` in the command line. For more information take a look [here](https://community.gazebosim.org/t/a-new-era-for-gazebo/1356). 2. Install dependencies ``` From 7cdc91ca5d371ad46a69788a5fd8ea4baa5211dd Mon Sep 17 00:00:00 2001 From: Voldivh Date: Thu, 14 Sep 2023 13:22:51 -0500 Subject: [PATCH 2/2] Changes suggested versions Signed-off-by: Voldivh --- tutorials/01_installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/01_installation.md b/tutorials/01_installation.md index f291416c..5fcb9cc3 100644 --- a/tutorials/01_installation.md +++ b/tutorials/01_installation.md @@ -179,7 +179,7 @@ sudo make uninstall ``` brew install --only-dependencies gz-fuel-tools<#> ``` - Be sure to replace `<#>` with a number value, such as 1 or 2, depending on + Be sure to replace `<#>` with a number value, such as 8 or 9, depending on which version you need. 3. Configure and build