From 7185c37112c985ddd5a5ca507881ba5d64747f2f Mon Sep 17 00:00:00 2001 From: matejm42 <116560704+matejm42@users.noreply.github.com> Date: Fri, 5 May 2023 17:36:50 +0200 Subject: [PATCH] Update build_linux.md Change pseudopath to linux format --- 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 1df43f956..0b467a64b 100644 --- a/Docs/build_linux.md +++ b/Docs/build_linux.md @@ -179,7 +179,7 @@ To download the assets for a __specific version__ of CARLA: 3. Extract the file with a command similar to the following: ```sh - tar -xvzf .tar.gz.tar -C C:\path\to\carla\Unreal\CarlaUE4\Content\Carla + tar -xvzf .tar.gz.tar -C /path/to/carla/Unreal/CarlaUE4/Content/Carla ``` ### Set Unreal Engine environment variable