Means that when you use '_update.sh_' with this line, the submodule content will be downloaded in your local computer where you've cloned the modpack repository.
-To run '_update.sh_' script, execute:
+To run '_update.sh_' script, you should go to the current directory where is this script and execute:
`./update.sh`
-*Note:* you can execute via absolute path.
-
### Commit with submodule
Additionally, after done `git submodule update --remote --merge`, if you want to commit:
What this does is relate the directory path to the submodule '_xonotic_' directory inside the '_qcsrc_' folder. Thanks to this, makes possible to look at the '_mod_' folder having to relate the submodule directory '_xonotic/qcsrc_'.
-To run '_build.sh_' script, execute:
-
-`./build.sh`
+To run '_build.sh_' script, you should go to the current directory where is this script and execute:
-*Note:* you can execute via absolute path.
\ No newline at end of file
+`./build.sh`
\ No newline at end of file