Skip to content

Commit

Permalink
chore(download): document nix installation option for macos; cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Oct 29, 2024
1 parent 12f9f9a commit 68ded80
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions src/download/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,28 @@ eleventyNavigation:

<div class="infobox top">

## Advanced macOS install options
# Advanced macOS install options

### Homebrew Package (community-maintained)
## Nix

#### Installation instructions
See [the Linux section](/download#nix)

</div>

<div class="infobox top">

# Community Packages

## Homebrew Package

```bash
brew install --cask --no-quarantine prismlauncher
```

### MacPorts Package (community-maintained)

#### Installation instructions
## MacPorts Package

```bash
sudo port install PrismLauncher
```

</div>

0 comments on commit 68ded80

Please sign in to comment.