From 50fefb01b073c6c309d0984bfaadc0467810787d Mon Sep 17 00:00:00 2001 From: Van Malleghem Antoine Date: Thu, 12 Sep 2024 18:19:39 +0200 Subject: [PATCH] fix install for windows tutorial Signed-off-by: Van Malleghem Antoine --- tutorials/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/install.md b/tutorials/install.md index b5489c92..9d50e86f 100644 --- a/tutorials/install.md +++ b/tutorials/install.md @@ -44,7 +44,7 @@ which version you need. #### Install Prerequisites -First, follow the [source installation](https://github.com/gazebosim/gz-cmake) tutorial until step 5 included for installing Conda, Visual Studio, CMake, etc., prerequisites, and creating a Conda environment. +First, follow the [source installation](https://gazebosim.org/docs/ionic/install_windows_src/) tutorial until step 5 included for installing Conda, Visual Studio, CMake, etc., prerequisites, and creating a Conda environment. Navigate to `condabin` if necessary to use the `conda` command (i.e., if Conda is not in your `PATH` environment variable. You can find the location of `condabin` in Anaconda Prompt, `where conda`).