diff --git a/Docs/connecting_the_client.md b/Docs/connecting_the_client.md index 6349c62cb..7c33e5032 100644 --- a/Docs/connecting_the_client.md +++ b/Docs/connecting_the_client.md @@ -27,7 +27,7 @@ view_start_positions.py | Show all the possible start positions in a map If you are building CARLA from source, the Python code is inside the _"PythonClient"_ folder in the CARLA repository. Bear in mind that the `master` branch contains latest fixes and changes that might be incompatible - with the release version. Consider using the latest release code. + with the release version. Consider using the `stable` branch. Install dependencies -------------------- diff --git a/Docs/how_to_build_on_linux.md b/Docs/how_to_build_on_linux.md index f25bf6430..32c8801d1 100644 --- a/Docs/how_to_build_on_linux.md +++ b/Docs/how_to_build_on_linux.md @@ -62,7 +62,7 @@ git clone https://github.com/carla-simulator/carla ``` Note that the `master` branch contains the latest fixes and features, for the -latest stable code may be best to switch to the latest release tag. +latest stable code may be best to switch to the `stable` branch. Now you need to download the assets package, to do so we provide a handy script that downloads and extracts the latest version (note that the package is >10GB, diff --git a/README.md b/README.md index 1592221ef..f45986603 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Building CARLA Use `git clone` or download the project from this page. Note that the master branch contains the latest fixes and features, for the latest stable code may be -best to switch to the latest release tag. +best to switch to the `stable` branch. Then follow the instruction at [How to build on Linux][buildlinuxlink] or [How to build on Windows][buildwindowslink].