diff --git a/Docs/connecting_the_client.md b/Docs/connecting_the_client.md index 7c33e5032..6349c62cb 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 `stable` branch. + with the release version. Consider using the latest release code. Install dependencies -------------------- diff --git a/Docs/how_to_build_on_linux.md b/Docs/how_to_build_on_linux.md index 048fa565f..ffdd28a4f 100644 --- a/Docs/how_to_build_on_linux.md +++ b/Docs/how_to_build_on_linux.md @@ -44,7 +44,7 @@ Clone or download the project from our $ 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 `stable` branch. +latest stable code may be best to switch to the latest release tag. Run the setup script to download the content and build all dependencies. It takes a while diff --git a/README.md b/README.md index f25d2fd99..b043214ed 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,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 `stable` branch. +best to switch to the latest release tag. Then follow the instruction at [How to build on Linux][buildlink].