updated doc

This commit is contained in:
Manish 2019-07-05 14:31:54 +02:00 committed by Néstor Subirón
parent 6f22259c29
commit f3bfb0c05b
1 changed files with 1 additions and 1 deletions

View File

@ -134,4 +134,4 @@ Once imported all the packages inside Unreal, users could also generate a **cook
make package ARGS="--packages=Package1,Package2"
```
This command will create a compressed `.tar.gz` file for each cooked package and place it in the Carla `Dist` folder. Finally, you could use these packages in Carla releases by simply moving those compressed cooked packages in the Carla `ExportedAssets` folder.
This command will create the distribution packages compressed in a `.tar.gz` file for each cooked package and place it in the Carla `Dist` folder. Finally, you could use these distribution packages in the Carla distribution packages by simply moving them in the Carla `Import` folder and executing the `ImportAssets.sh` script.