Skip to content

Commit

Permalink
Add Homebrew instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane committed Dec 18, 2023
1 parent 4b7df5d commit ffe49bf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/installation/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@ If you're not sure which platform you're on, just pick the universal build. The

## Installation

### Homebrew

For users of [Homebrew](https://brew.sh/), you'll be pleased to know that October is distributed as a cask.

You can install it like so:

```console
brew install october
```

If a new version has been released, you can upgrade as normal like so:

```console
brew update && brew upgrade october
```

### Manual

For experienced macOS users, there's nothing special in the setup process. It's a standard DMG so if you're familiar, feel free to skip this section.

For those who are less familiar with the platform, you'll first want to download your build of choice, or if you're still unused, [the universal build](https://october.utf9k.net/download/mac/latest) is guaranteed to work.
Expand Down

0 comments on commit ffe49bf

Please sign in to comment.