'Generic Commit'
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user