From 1c6bedac1e881b5209f1e57eaa278d03f659dfae Mon Sep 17 00:00:00 2001 From: Marc Garcia Puig Date: Mon, 23 Apr 2018 14:58:28 +0200 Subject: [PATCH] Fixed the drive link for travis --- Docs/how_to_build_on_windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/how_to_build_on_windows.md b/Docs/how_to_build_on_windows.md index baff77a3e..d85223ca7 100644 --- a/Docs/how_to_build_on_windows.md +++ b/Docs/how_to_build_on_windows.md @@ -35,7 +35,7 @@ git clone https://github.com/carla-simulator/carla.git ``` ### Download the assets -Download the assets from the version you need. Build the download link with `https://drive.google.com/open?id=` followed by the choosen hash that you will find in [`Util/ContentVersions.txt`](https://github.com/carla-simulator/carla/blob/master/Util/ContentVersions.txt). +Download the assets from the version you need. Take a look at [`Util/ContentVersions.txt`](https://github.com/carla-simulator/carla/blob/master/Util/ContentVersions.txt) and follow the provided instructions to build the download link from the version's hash. Create the folder `Content` in `Unreal/CarlaUE4/` and unzip the content you just downloaded here.