docs: Fix typo in usage of `docker_tools.py`
This commit is contained in:
parent
dec104aaf7
commit
ac9e8e825c
|
@ -119,7 +119,7 @@ __1. Build a Docker image of Unreal Engine.__ Follow [these instructions](https:
|
||||||
__2. Run the script to cook the props.__ In the folder `~/carla/Util/Docker` there is a script that connects with the Docker image previously created, and makes the ingestion automatically. It only needs the path for the input and output files, and the name of the package to be ingested.
|
__2. Run the script to cook the props.__ In the folder `~/carla/Util/Docker` there is a script that connects with the Docker image previously created, and makes the ingestion automatically. It only needs the path for the input and output files, and the name of the package to be ingested.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python3 docker_tools.py --input ~/path_to_package --output ~/path_for_output_assets --package=Package01
|
python3 docker_tools.py --input ~/path_to_package --output ~/path_for_output_assets --packages Package01
|
||||||
```
|
```
|
||||||
|
|
||||||
__3. Locate the package__. The Docker should have generated the package `Package01.tar.gz` in the output path. This is the standalone package for the assets.
|
__3. Locate the package__. The Docker should have generated the package `Package01.tar.gz` in the output path. This is the standalone package for the assets.
|
||||||
|
|
Loading…
Reference in New Issue