Brew install
This commit is contained in:
parent
58f493e561
commit
03b90e2afe
1 changed files with 31 additions and 33 deletions
56
INSTALL.md
56
INSTALL.md
|
|
@ -30,35 +30,7 @@ If Windows Defender SmartScreen flags the installer (*"Windows protected your PC
|
||||||
|
|
||||||
## macOS
|
## macOS
|
||||||
|
|
||||||
### Option 1: Install via Homebrew (Recommended)
|
### Option 1: Manual DMG Download
|
||||||
|
|
||||||
Installing via [Homebrew](https://brew.sh/) automatically handles macOS quarantine flags and simplifies future updates:
|
|
||||||
|
|
||||||
**Install:**
|
|
||||||
1. Add the tap:
|
|
||||||
```shell
|
|
||||||
brew tap rukira/tap https://git.asarius.site/rukira/homebrew-tap.git
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Install WoW Backup:
|
|
||||||
```shell
|
|
||||||
brew install --cask --no-quarantine wow-backup
|
|
||||||
```
|
|
||||||
|
|
||||||
**Update:**
|
|
||||||
```shell
|
|
||||||
brew update
|
|
||||||
brew upgrade --cask wow-backup
|
|
||||||
```
|
|
||||||
|
|
||||||
**Uninstall:**
|
|
||||||
```shell
|
|
||||||
brew uninstall --cask --zap wow-backup
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Option 2: Manual DMG Download
|
|
||||||
|
|
||||||
1. Download the `.dmg` file from the **[latest release](https://git.asarius.site/rukira/wow-backup/releases/latest)**.
|
1. Download the `.dmg` file from the **[latest release](https://git.asarius.site/rukira/wow-backup/releases/latest)**.
|
||||||
2. Double-click the `.dmg` file to mount the disk image.
|
2. Double-click the `.dmg` file to mount the disk image.
|
||||||
|
|
@ -82,6 +54,32 @@ To launch the app:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### Option 2: Install via [Homebrew](https://brew.sh/)
|
||||||
|
|
||||||
|
**Install:**
|
||||||
|
1. Add the tap:
|
||||||
|
```shell
|
||||||
|
brew tap rukira/tap https://git.asarius.site/rukira/homebrew-tap.git
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Install WoW Backup:
|
||||||
|
```shell
|
||||||
|
brew install --cask wow-backup
|
||||||
|
```
|
||||||
|
|
||||||
|
**Update:**
|
||||||
|
```shell
|
||||||
|
brew update
|
||||||
|
brew upgrade --cask wow-backup
|
||||||
|
```
|
||||||
|
|
||||||
|
**Uninstall:**
|
||||||
|
```shell
|
||||||
|
brew uninstall --cask --zap wow-backup
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Linux (Experimental)
|
## Linux (Experimental)
|
||||||
|
|
||||||
1. Download the `.deb` package from the latest release.
|
1. Download the `.deb` package from the latest release.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue