Skip to content

Commit a27d1c8

Browse files
committed
docs: Add proper Basalt installation instructions
1 parent 09dae21 commit a27d1c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ assert [ "$REPLY" = rho ]
4949

5050
## Installation
5151

52+
Use [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to add this project as a dependency
53+
5254
```sh
53-
printf '%s\n' "dependencies = [ 'hyperupcall/bash-object' ]" > 'basalt.toml'
54-
basalt install
55+
basalt add 'hyperupcall/bash-object'
5556
```

0 commit comments

Comments
 (0)