diff --git a/README.md b/README.md index 6ec4c36..d0343f7 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,15 @@ Toolbox can do the following in its current state: 2: [Download](https://github.com/nzp-team/toolbox/archive/refs/heads/main.zip) this repository (releases are TBD and depend on growth and strategy changes) -3a: On systems with Bash or other UNIX shells: -```bash -./nzp fetch -``` -3b: On Windows: -```cmd -nzp.cmd fetch -``` - -4: Profit. You can use `nzp help` for the complete command list (including optional and required parameters) \ No newline at end of file +3: Go to the toolbox directory you have downloaded via command line and based on your system do the following: + + On systems with Bash or other UNIX shells: + ```bash + ./nzp fetch + ``` + On Windows (You can write CMD on the address bar of the File Explorer to open CMD on that directory): + ```cmd + nzp.cmd fetch + ``` + +4: Profit. You can use `nzp help` for the complete command list (including optional and required parameters) diff --git a/scripts/build-map.sh b/scripts/build-map.sh index fc816fe..732d11b 100644 --- a/scripts/build-map.sh +++ b/scripts/build-map.sh @@ -1,7 +1,7 @@ #!/bin/bash # @name build-map # @desc Builds a map stored in repos/assets into a bsp and builds zone file (if data exists). Default behavior will build all maps. -# @usage nzp build [--map map_name] [--full] +# @usage nzp build-map [--map map_name] [--full] set -e VENV="/workspace/python_envs/spawn-zone-tool" @@ -10,4 +10,4 @@ VENV="/workspace/python_envs/spawn-zone-tool" cd /workspace/repos/assets tools/compile-maps.sh $@ --zone-tool-path /workspace/repos/spawn-zone-tool -deactivate || true \ No newline at end of file +deactivate || true