feat(cask): add wow-backup cask
This commit is contained in:
commit
b3b5898bc0
2 changed files with 46 additions and 0 deletions
28
README.md
Normal file
28
README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue