Skip to content

Commit 51f97fb

Browse files
authored
Update to release_20 in installation instructions (#5864)
Based on the README, release_20 seems to be the new latest stable release.
1 parent 26743c6 commit 51f97fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ of our tutorials / guides assume you have access to our example environments).
6262
the repository if you would like to explore more examples.
6363

6464
```sh
65-
git clone --branch release_19 https://github.com/Unity-Technologies/ml-agents.git
65+
git clone --branch release_20 https://github.com/Unity-Technologies/ml-agents.git
6666
```
6767

68-
The `--branch release_19` option will switch to the tag of the latest stable
68+
The `--branch release_20` option will switch to the tag of the latest stable
6969
release. Omitting that will get the `main` branch which is potentially unstable.
7070

7171
#### Advanced: Local Installation for Development
7272

7373
You will need to clone the repository if you plan to modify or extend the
7474
ML-Agents Toolkit for your purposes. If you plan to contribute those changes
75-
back, make sure to clone the `main` branch (by omitting `--branch release_19`
75+
back, make sure to clone the `main` branch (by omitting `--branch release_20`
7676
from the command above). See our
7777
[Contributions Guidelines](../com.unity.ml-agents/CONTRIBUTING.md) for more
7878
information on contributing to the ML-Agents Toolkit.

0 commit comments

Comments
 (0)