mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +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)
|
- [Shared Seedbox](#shared-seedbox)
|
||||||
- [Docker Compose](#docker-compose)
|
- [Docker Compose](#docker-compose)
|
||||||
- [Windows](#windows)
|
- [Windows](#windows)
|
||||||
|
- [MacOS](#macos)
|
||||||
- [Linux Generic](#linux-generic)
|
- [Linux Generic](#linux-generic)
|
||||||
4. [Community](#community)
|
4. [Community](#community)
|
||||||
5. [Contributing](#contributing)
|
5. [Contributing](#contributing)
|
||||||
|
@ -212,6 +213,26 @@ docker compose up -d
|
||||||
|
|
||||||
Check the Windows Setup Guide [here](https://autobrr.com/installation/windows).
|
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
|
### Linux Generic
|
||||||
|
|
||||||
Download the latest release, or download the [source code](https://github.com/autobrr/autobrr/releases/latest) and build
|
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