From e0f490f6f59b3001d84bb83485b57f68339e4c14 Mon Sep 17 00:00:00 2001 From: Miguel Alonso Jr <76960110+miguelalonsojr@users.noreply.github.com> Date: Sun, 8 Oct 2023 11:57:35 -0400 Subject: [PATCH] Updated installation instructions. Added installation instructions to doc home page. (#5989) --- docs/Installation.md | 2 +- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index e6db164581..2e220160bb 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -82,7 +82,7 @@ release. Omitting that will get the `main` branch which is potentially unstable. You will need to clone the repository if you plan to modify or extend the ML-Agents Toolkit for your purposes. If you plan to contribute those changes -back, make sure to clone the `main` branch (by omitting `--branch release_20` +back, make sure to clone the `develop` branch (by omitting `--branch release_20` from the command above). See our [Contributions Guidelines](../com.unity.ml-agents/CONTRIBUTING.md) for more information on contributing to the ML-Agents Toolkit. diff --git a/mkdocs.yml b/mkdocs.yml index c9606676f6..8bdbffe03f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ copyright: com.unity.ml-agents copyright © 2017 - 2022 Unity Technologies nav: - Home: index.md - ML-Agents Overview: ML-Agents-Overview.md +- Installation: Installation.md - Toolkit Documentation: ML-Agents-Toolkit-Documentation.md - Background: - Machine Learning: Background-Machine-Learning.md