Add webdrop-bridge cask and update README with usage instructions
This commit is contained in:
parent
93c7af4528
commit
df17b16e17
2 changed files with 58 additions and 0 deletions
22
README.md
22
README.md
|
|
@ -1,2 +1,24 @@
|
|||
# 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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue