Merge pull request #9 from erikvanoosten/patch-1

Mono can also be installed via Homebrew
This commit is contained in:
kees-z 2018-05-01 22:14:53 +02:00 committed by GitHub
commit ee413ac703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,15 @@ yum install mono-devel
*****
![](icon_apple_begin.png) Download the latest Mono version from [http://www.mono-project.com/download/](http://www.mono-project.com/download/). Run the .pkg file and accept the terms of the license. ![](icon_apple_end.png)
![](icon_apple_begin.png) Download the latest Mono version from [http://www.mono-project.com/download/](http://www.mono-project.com/download/). Run the .pkg file and accept the terms of the license.
Alternatively, you can install Mono using Homebrew:
```nohighlight
brew install mono
```
![](icon_apple_end.png)
*****