'Generic Commit'
All checks were successful
Build-Test-Publish / build (push) Successful in 51s

This commit is contained in:
Your Name
2025-06-16 22:39:05 +12:00
parent b33be13764
commit 5275f02ee3
11 changed files with 74 additions and 70 deletions

View File

@ -2,14 +2,14 @@
Tools to support dropshell development and (behind the scenes) use.
Tools are installed to ~/.local/bin/dropshell-tool, and the tool name is added to the bash PATH, with autocomplete.
Tools are installed to ~/.local/bin/getpkg, and the tool name is added to the bash PATH, with autocomplete.
## Use
Just use dropshell-tool. You can install with:
Just use getpkg. You can install with:
```
curl https://getbin.xyz/dropshell-tool-install | bash
curl https://getbin.xyz/getpkg-install | bash
```