From 8b879f2756181e58ab650a9fed4e620c298a5893 Mon Sep 17 00:00:00 2001 From: Erik van Oosten Date: Sat, 28 Apr 2018 16:56:47 +0200 Subject: [PATCH] Mono can also be installed via Homebrew --- docs/02-installation.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/02-installation.md b/docs/02-installation.md index 5046d29..1b61db9 100644 --- a/docs/02-installation.md +++ b/docs/02-installation.md @@ -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) *****