Update Linux and Windows build instructions to target UE4 branch

The current build instructions for UE4 instruct to clone the repo directly which is now by default on ue5-dev.
This commit is contained in:
MattRoweEAIF 2025-02-28 16:59:14 +01:00 committed by Blyron
parent 461f721d10
commit e43e4dd4d2
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ __4.__ Open the Editor to check that Unreal Engine has been installed properly.
The button above will take you to the official repository of the project. Either download from there and extract it locally or clone it using the following command:
```sh
git clone https://github.com/carla-simulator/carla
git clone -b ue4-dev https://github.com/carla-simulator/carla
```
!!! Note