mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
docs: add macos homebrew installation (#1518)
* chore(docs): add macos installation to readme * Update README.md
This commit is contained in:
parent
575944de1e
commit
4311341b03
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue