]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update script instructions
authorLegendaryGuard <rootuser999@gmail.com>
Mon, 15 Nov 2021 13:17:56 +0000 (13:17 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Mon, 15 Nov 2021 13:17:56 +0000 (13:17 +0000)
SMB-modpack.md

index 9e4578491964abc794c28be15b81627074de4755..163d7da0d2a6639427925f78040872929235a3a4 100644 (file)
@@ -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