Skip to content

Commit

Permalink
docs: add macos homebrew installation (#1518)
Browse files Browse the repository at this point in the history
* chore(docs): add macos installation to readme

* Update README.md
  • Loading branch information
s0up4200 committed Apr 20, 2024
1 parent 575944d commit 4311341
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4311341

Please sign in to comment.