'Generic Commit'
Some checks failed
Build-Test-Publish / build (linux/arm64) (push) Failing after 20s
Build-Test-Publish / build (linux/amd64) (push) Failing after 39s

This commit is contained in:
Your Name
2025-06-22 12:14:48 +12:00
parent 3ab8fe87d3
commit b47d4de45e
3 changed files with 15 additions and 7 deletions

View File

@ -20,7 +20,7 @@ Install any tool from the getpkg registry:
```bash
# Install a tool
getpkg install ripgrep
getpkg install whatsdirty
```
### Managing Installed Tools
@ -33,7 +33,7 @@ getpkg help
getpkg update
# Uninstall a tool
getpkg uninstall ripgrep
getpkg uninstall whatsdirty
# Check getpkg version
getpkg version
@ -100,7 +100,7 @@ Tools are automatically downloaded for your architecture, with fallback to unive
```bash
# Install development tools
getpkg ripgrep # Fast grep alternative
getpkg whatsdirty # Fast grep alternative
getpkg fd # Fast find alternative
getpkg bat # Cat with syntax highlighting