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:
parent
461f721d10
commit
e43e4dd4d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue