From 91651547ca791b860be4103c09de5f102a0e4f1b Mon Sep 17 00:00:00 2001 From: Eloy Briceno <51831786+Voldivh@users.noreply.github.com> Date: Thu, 14 Sep 2023 13:33:28 -0500 Subject: [PATCH] Modifies the use of ign for gz (#542) Signed-off-by: Voldivh --- tutorials/02_installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorials/02_installation.md b/tutorials/02_installation.md index 6c724d0f8..b96c3e493 100644 --- a/tutorials/02_installation.md +++ b/tutorials/02_installation.md @@ -53,7 +53,7 @@ Be sure to replace `<#>` with a number value, such as `1` or `2`, depending on w ``` git clone https://github.com/gazebosim/gz-physics -b gz-physics<#> ``` - Be sure to replace `<#>` with a number value, such as `5` or `6`, depending on which version you need. + Be sure to replace `<#>` with a number value, such as `6` or `7`, depending on which version you need. From version `6` onward, you should use `gz-physics<#>`; for lower versions, `ign-physics<#>`. 3. Configure and build @@ -106,9 +106,9 @@ Be sure to replace `<#>` with a number value, such as `1` or `2`, depending on w 2. Clone the repository ``` - git clone https://github.com/gazebosim/gz-physics -b ign-physics<#> + git clone https://github.com/gazebosim/gz-physics -b gz-physics<#> ``` -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 `6` or `7`, depending on which version you need. 3. Configure and build ``` @@ -199,7 +199,7 @@ You can also generate the documentation from a clone of this repository by follo 2. Clone the repository ``` - git clone https://github.com/gazebosim/gz-physics -b ign-physics<#> + git clone https://github.com/gazebosim/gz-physics -b gz-physics<#> ``` 3. Configure and build the documentation.