Skip to content

Commit 1dd0089

Browse files
authored
Merge pull request #278 from dskecse/add-mozart2-cask-info
Add installation info on Mozart 2 Homebrew cask to MacOS README
2 parents ce3f1af + e401f8f commit 1dd0089

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.MacOS.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,20 @@ Download and install the following tools:
1010
* [Homebrew](http://mxcl.github.com/homebrew/).
1111
* Any emacs distribution, for instance [Aquamacs](http://aquamacs.org/).
1212

13-
### Homebrew tap
13+
### Homebrew cask
14+
15+
In case you don't have plans to work on Mozart 2, you can simply install it as
16+
a compiled binary via [Homebrew cask] (if you have Homebrew installed you're
17+
already set up):
18+
19+
```shell
20+
brew tap dskecse/tap
21+
brew cask install mozart2
22+
```
23+
24+
[Homebrew cask]: https://caskroom.github.io/
25+
26+
### Homebrew formula
1427

1528
You can easily build Mozart 2 with Homebrew if you just want to install directly from the git repository.
1629
If you want to work on Mozart 2, follow instructions in the next section instead.

0 commit comments

Comments
 (0)