diff --git a/scripts/install.sh b/install.sh similarity index 99% rename from scripts/install.sh rename to install.sh index be8eaeb..5dc9718 100755 --- a/scripts/install.sh +++ b/install.sh @@ -8,8 +8,8 @@ # Then guides the user through installation by calling worker scripts. # # Usage: -# curl -fsSL https://raw.githubusercontent.com/eduard256/Strix/main/scripts/install.sh | bash -# bash scripts/install.sh +# curl -fsSL https://raw.githubusercontent.com/eduard256/Strix/main/install.sh | bash +# bash install.sh # ============================================================================= # ---------------------------------------------------------------------------