From 2e670c297c14e7a07c44665dd989def181f2f224 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Mon, 15 Nov 2021 13:17:56 +0000 Subject: [PATCH] Update script instructions --- SMB-modpack.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/SMB-modpack.md b/SMB-modpack.md index 9e45784..163d7da 100644 --- a/SMB-modpack.md +++ b/SMB-modpack.md @@ -26,12 +26,10 @@ Inside '_update.sh_', there is a line: 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: @@ -50,8 +48,6 @@ Additionally, after done `git submodule update --remote --merge`, if you want to 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 -- 2.39.2