Skip to content

Commit

Permalink
updating setup script url
Browse files Browse the repository at this point in the history
  • Loading branch information
hattan committed Mar 8, 2021
1 parent b94a1dc commit 4ad5adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 4ad5adb

Please sign in to comment.