From 25b75854b0f90f93580844b11dd1c6216706d29b Mon Sep 17 00:00:00 2001 From: Voldivh Date: Thu, 14 Sep 2023 12:44:41 -0500 Subject: [PATCH 1/4] Changes ignition for gz in tutorial commands Signed-off-by: Voldivh --- tutorials/01_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/01_install.md b/tutorials/01_install.md index 87fc9c2fb..7156489f3 100644 --- a/tutorials/01_install.md +++ b/tutorials/01_install.md @@ -98,14 +98,14 @@ Build and install as follows: 1. Clone the repository ``` - git clone https://github.com/gazebosim/gz-gui -b ign-gui<#> + git clone https://github.com/gazebosim/gz-gui -b gz-gui<#> ``` Be sure to replace `<#>` with a number value, such as 5 or 6, depending on which version you need. 2. Install dependencies ``` - brew install --only-dependencies ignition-gui<#> + brew install --only-dependencies gz-gui<#> ``` Be sure to replace `<#>` with a number value, such as 5 or 6, depending on which version you need. From 9e98e4f0f3e6515c000e4baf1952bb12c8e365a9 Mon Sep 17 00:00:00 2001 From: Voldivh Date: Thu, 14 Sep 2023 13:19:00 -0500 Subject: [PATCH 2/4] Adds note regarding the change of ign to gz Signed-off-by: Voldivh --- tutorials/01_install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/01_install.md b/tutorials/01_install.md index 7156489f3..f0b14e699 100644 --- a/tutorials/01_install.md +++ b/tutorials/01_install.md @@ -100,8 +100,9 @@ Build and install as follows: ``` git clone https://github.com/gazebosim/gz-gui -b gz-gui<#> ``` - Be sure to replace `<#>` with a number value, such as 5 or 6, depending on + Be sure to replace `<#>` with a number value, such as 7 or 8, depending on which version you need. + **Note:** If the version is 6 or downwards replace `gz-gui<#>` for `ign-gui<#>` 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 4e90912ed4c7e8214a606469a59cae6e382fc458 Mon Sep 17 00:00:00 2001 From: Voldivh Date: Thu, 14 Sep 2023 13:20:04 -0500 Subject: [PATCH 3/4] Changes suggested version number Signed-off-by: Voldivh --- tutorials/01_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/01_install.md b/tutorials/01_install.md index f0b14e699..9f5f704a7 100644 --- a/tutorials/01_install.md +++ b/tutorials/01_install.md @@ -108,7 +108,7 @@ Build and install as follows: ``` brew install --only-dependencies gz-gui<#> ``` - Be sure to replace `<#>` with a number value, such as 5 or 6, depending on + Be sure to replace `<#>` with a number value, such as 7 or 8, depending on which version you need. 3. Configure and build From 15df2c9c73524e0630c463cf8c80edc193af8310 Mon Sep 17 00:00:00 2001 From: Voldivh Date: Thu, 14 Sep 2023 14:02:36 -0500 Subject: [PATCH 4/4] Moves note to the beggining of the tutorial page Signed-off-by: Voldivh --- tutorials/01_install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/01_install.md b/tutorials/01_install.md index 9f5f704a7..a8d7bfee0 100644 --- a/tutorials/01_install.md +++ b/tutorials/01_install.md @@ -15,6 +15,8 @@ The source install instructions should be used if you need the very latest software improvements, if you need to modify the code, or if you plan to make a contribution. +**Note:** If the version is 6 or downwards replace `gz-gui<#>` for `ign-gui<#>` in the command line. For more information take a look [here](https://community.gazebosim.org/t/a-new-era-for-gazebo/1356). + ## Binary Install ### Ubuntu @@ -102,7 +104,6 @@ Build and install as follows: ``` Be sure to replace `<#>` with a number value, such as 7 or 8, depending on which version you need. - **Note:** If the version is 6 or downwards replace `gz-gui<#>` for `ign-gui<#>` 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 ```