Skip to content

Commit d70998d

Browse files
committed
fix: Update installation instructions
1 parent 80bef81 commit d70998d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@ TODO: add types of options to table
3131

3232
STATUS: IN DEVELOPMENT!
3333

34-
```sh
35-
# With bpm (recommended)
36-
bpm --global install eankeen/args
34+
Use [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to add this project as a dependency
35+
3736

38-
# With Git
39-
git clone "https://github.com/eankeen/args" "$HOME/.bash-args"
40-
export PATH="$HOME/.bash-args/pkg/bin:$PATH"
37+
```sh
38+
basalt add hyperupcall/bash-args
4139
```
4240

4341
## Usage
@@ -48,7 +46,7 @@ declare -A args=()
4846

4947
# Pass through your command line arguments to 'args'
5048
# Pass your argument specification through stdin (see more examples below)
51-
source bash-args parse "$@" <<-"EOF"
49+
bash-args parse "$@" <<-"EOF"
5250
@flag [port.p] {3000} - The port to open on
5351
EOF
5452

0 commit comments

Comments
 (0)