Skip to content

Commit

Permalink
fix(doc): missing option
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed May 9, 2021
1 parent 69c097f commit ec56778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Inside our `docker-compose.yml` there's the `ac-eluna-ts-dev` service which chec

Within your `.env` file set this variable: `DOCKER_CLIENT_DATA_FOLDER=` with the **absolute path** of the "Data" folder of your game client.

Now run this command: `docker-compose run ac-dev-tools bash` to access the shell of the **ac-dev-tools** container. Once inside you can run the following commands:
Now run this command: `docker-compose run --rm ac-dev-tools bash` to access the shell of the **ac-dev-tools** container. Once inside you can run the following commands:

* `./maps` -> to extract dbc and maps
* `./vmap4extractor && ./vmap4assembler` -> to extract and assemble the vertical maps
Expand Down

0 comments on commit ec56778

Please sign in to comment.