Brew install
This commit is contained in:
parent
58f493e561
commit
03b90e2afe
1 changed files with 31 additions and 33 deletions
64
INSTALL.md
64
INSTALL.md
|
|
@ -30,35 +30,7 @@ If Windows Defender SmartScreen flags the installer (*"Windows protected your PC
|
|||
|
||||
## macOS
|
||||
|
||||
### Option 1: Install via Homebrew (Recommended)
|
||||
|
||||
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
|
||||
### Option 1: Manual DMG Download
|
||||
|
||||
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.
|
||||
|
|
@ -75,10 +47,36 @@ To launch the app:
|
|||
xattr -cr "/Applications/WoW Backup.app"
|
||||
```
|
||||
- **macOS System Settings:**
|
||||
1. Open **System Settings** → **Privacy & Security**.
|
||||
2. Scroll down to the **Security** section.
|
||||
3. Click **Open Anyway** next to the WoW Backup notice.
|
||||
4. Confirm and launch the app.
|
||||
1. Open **System Settings** → **Privacy & Security**.
|
||||
2. Scroll down to the **Security** section.
|
||||
3. Click **Open Anyway** next to the WoW Backup notice.
|
||||
4. Confirm and 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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue