File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,20 @@ Download and install the following tools:
10
10
* [ Homebrew] ( http://mxcl.github.com/homebrew/ ) .
11
11
* Any emacs distribution, for instance [ Aquamacs] ( http://aquamacs.org/ ) .
12
12
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
14
27
15
28
You can easily build Mozart 2 with Homebrew if you just want to install directly from the git repository.
16
29
If you want to work on Mozart 2, follow instructions in the next section instead.
You can’t perform that action at this time.
0 commit comments