feat(cask): add wow-backup cask

This commit is contained in:
Gonçalo Correia 2026-08-25 15:58:33 +01:00
commit b3b5898bc0
2 changed files with 46 additions and 0 deletions

28
README.md Normal file
View file

@ -0,0 +1,28 @@
# Homebrew Tap for WoW Backup
This is the official Homebrew tap for [WoW Backup](https://git.asarius.site/rukira/wow-backup).
## Installation
Add this tap:
```bash
brew tap rukira/tap https://git.asarius.site/rukira/homebrew-tap.git
```
Install WoW Backup:
```bash
brew install --cask --no-quarantine wow-backup
```
## Updating
```bash
brew update
brew upgrade --cask wow-backup
```
## Uninstalling
```bash
brew uninstall --cask --zap wow-backup
```