homebrew-tap/README.md

24 lines
482 B
Markdown

# homebrew-tap
Unofficial Homebrew tap for [HIM-Tools](https://git.him-tools.de/HIM-public) projects.
## Usage
```sh
brew tap HIM-public/tap https://git.him-tools.de/HIM-public/homebrew-tap
brew install --cask webdrop-bridge
```
## Casks
| Cask | Description | Version |
|------|-------------|---------|
| `webdrop-bridge` | Intelligent drag-and-drop file bridge for web to desktop applications | 0.9.1 |
## Updating
```sh
brew update
brew upgrade --cask webdrop-bridge
```