docs: add macos homebrew installation (#1518)

* chore(docs): add macos installation to readme

* Update README.md
This commit is contained in:
soup 2024-04-20 20:54:37 +02:00 committed by GitHub
parent 575944de1e
commit 4311341b03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,7 @@ Full documentation can be found at [https://autobrr.com](https://autobrr.com)
- [Shared Seedbox](#shared-seedbox)
- [Docker Compose](#docker-compose)
- [Windows](#windows)
- [MacOS](#macos)
- [Linux Generic](#linux-generic)
4. [Community](#community)
5. [Contributing](#contributing)
@ -212,6 +213,26 @@ docker compose up -d
Check the Windows Setup Guide [here](https://autobrr.com/installation/windows).
### MacOS
#### Install Homebrew
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
#### Install autobrr
```bash
brew install autobrr
```
#### Run
```bash
brew services start autobrr
```
### Linux Generic
Download the latest release, or download the [source code](https://github.com/autobrr/autobrr/releases/latest) and build