From d7164e5c66cddb0977b67782ede1c526c3caa2cf Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 21 May 2018 12:21:55 +0800 Subject: [PATCH] Correct the macOS homebrew note (#4664) By default for all versions of macOS > 10.10 (released in 2015), homebrew does install binary packages, it does not use source to build. So update note to mention a source build is only an issue for old versions of the OS. --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index abddaa2e4..cbd67aa5a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -29,9 +29,9 @@ - Alternatively, you can install pandoc using [homebrew](http://brew.sh): `brew install pandoc`. - Note: This method installs pandoc from source, so it - will take a long time and a lot of disk space for the - ghc compiler and dependent Haskell libraries. + Note: If you are using macOS < 10.10, this method installs + pandoc from source, so it will take a long time and a lot of + disk space for the ghc compiler and dependent Haskell libraries. - For PDF output, you'll also need LaTeX. Because a full [MacTeX] installation takes more than a gigabyte of disk space, we recommend