From e43e4dd4d2bad3e04a4c4d184be13b9e6790a35a Mon Sep 17 00:00:00 2001 From: MattRoweEAIF <125647690+MattRoweEAIF@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:59:14 +0100 Subject: [PATCH] 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. --- Docs/build_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/build_linux.md b/Docs/build_linux.md index e292a71d5..c8c9f872e 100644 --- a/Docs/build_linux.md +++ b/Docs/build_linux.md @@ -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