We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dae21 commit a27d1c8Copy full SHA for a27d1c8
README.md
@@ -49,7 +49,8 @@ assert [ "$REPLY" = rho ]
49
50
## Installation
51
52
+Use [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to add this project as a dependency
53
+
54
```sh
-printf '%s\n' "dependencies = [ 'hyperupcall/bash-object' ]" > 'basalt.toml'
-basalt install
55
+basalt add 'hyperupcall/bash-object'
56
```
0 commit comments