From 583920162ce416a7f1d993b90fc9e80194fc4295 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Fri, 19 Aug 2022 03:36:04 +0000 Subject: [PATCH] Update Readme --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f9bb9fbe..49ded17b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Website -[HeavySetup - Further In-Depth Explanation](https://heavysetup.info/scripts/heavyscript/about/) +[HeavySetup - Further Explanation](https://heavysetup.info/scripts/heavyscript/about/) ## Table of contents: * [Update Arguments](#update-arguments) @@ -142,6 +142,15 @@ From here, you can just run Heavy_Script with `bash heavy_script.sh -ARGUMENTS` ## How to Update +### Built-In Option + +``` +bash heavyscript.sh --self-update -b 10 -supr +``` +> The important argument here is the `--self-update`, you can still use all of your same arguments with this option. + +
+ ### Manually #### Open a Terminal @@ -155,14 +164,6 @@ cd /mnt/speed/scripts/heavy_script ``` git pull ``` -
- -### Built-In Option - -``` -bash heavyscript.sh --self-update -b 10 -supr -``` -> The important argument here is the `--self-update`, you can still use all of your same arguments with this option.