28 lines
458 B
Markdown
28 lines
458 B
Markdown
# 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
|
|
```
|