diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 60a59d2..caf8ffb 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -11,7 +11,7 @@ This guide will walk you through setting up a simple script to use shArg and hig ### Install shArg using the setup script -* `curl -L https://raw.githubusercontent.com/hattan/shArg/setup.sh | bash` +* `curl -L https://raw.githubusercontent.com/hattan/shArg/main/scripts/setup.sh | bash` ### Create a new example.sh file to test. diff --git a/README.md b/README.md index 8c4af0c..9194144 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ fi * Option 1) Copy [shArg.sh](scripts/shArg.sh) to your project. * Option 2) Easy install - run the following from a bash shell - `curl -L https://raw.githubusercontent.com/hattan/shArg/setup.sh | bash` + `curl -L https://raw.githubusercontent.com/hattan/shArg/main/scripts/setup.sh | bash` This creates a folder called .sh_arg and downloads shArg to the path .sh_arg/shArg.sh. You can include in your scripts via `source .sh_arg/shArgs.sh`