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 to docs #64

Open
wants to merge 3 commits 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
9 changes: 9 additions & 0 deletions installation/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ You can also download the latest stable version of UTM from GitHub.

[Download from GitHub](https://github.com/utmapp/UTM/releases/latest/download/UTM.dmg){: .btn .btn-green }

## Homebrew
For command line users, you can install UTM with Homebrew which also uses the latest stable version from GitHub.

[Download from Homebrew](https://formulae.brew.sh/cask/utm){: .btn .btn-green }

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

{: .note }
UTM is and always will be completely free and open source. The Mac App Store version is identical to the GitHub version and there are no features left out. The only advantage of the Mac App Store version is that you can get automatic updates. Purchasing the App Store version directly funds the development of UTM and shows your support ♥.

Expand Down