Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add homebrew install option to macos.md #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions installation/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ The easiest way to install UTM is from the Mac App Store.

[ Download on the App Store](https://apps.apple.com/us/app/utm-virtual-machines/id1538878817){: .btn .btn-green }

## Homebrew
[Homebrew](https://brew.sh/) offers the stable version and the latest build as casks:

```brew install --cask utm```

```brew install --cask utm@beta```

## GitHub
You can also download the latest stable version of UTM from GitHub.

Expand Down