'Generic Commit'
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 41s
Build-Test-Publish / build (linux/arm64) (push) Successful in 54s

This commit is contained in:
Your Name
2025-06-22 11:43:22 +12:00
parent 72bceebde8
commit ab87fecb39
3 changed files with 16 additions and 22 deletions

View File

@ -21,9 +21,6 @@ Install any tool from the getpkg registry:
```bash
# Install a tool
getpkg install ripgrep
# Shorthand syntax (same as above)
getpkg ripgrep
```
### Managing Installed Tools
@ -46,8 +43,7 @@ getpkg version
### Core Package Management
- **`getpkg <tool_name>`** - Install or update a tool (shorthand)
- **`getpkg install <tool_name>`** - Install or update a tool (explicit)
- **`getpkg install <tool_name>`** - Install or update a tool
- **`getpkg uninstall <tool_name>`** - Remove an installed tool
- **`getpkg update`** - Update getpkg and all installed tools