From 6c1afc04122ab5386c7c9d4cab6e68eda15d7f8e Mon Sep 17 00:00:00 2001 From: Bheesham Persaud Date: Mon, 2 Jan 2017 00:40:43 -0500 Subject: Indent code on the installation page. (#3335) Previously, not all code on the installation page was highlighted/wrapped in code blocks due to incorrect indentation. --- INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index e2c1427d3..de2144982 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -160,16 +160,16 @@ The easiest way to build pandoc from source is to use [stack]: use the locale-sensitive unicode collation algorithm instead, specify the `unicode_collation` flag: - cabal install pandoc-citeproc -funicode_collation + cabal install pandoc-citeproc -funicode_collation Note that this requires the `text-icu` library, which in turn depends on the C library `icu4c`. Installation directions vary by platform. Here is how it might work on OSX with homebrew: - brew install icu4c - cabal install --extra-lib-dirs=/usr/local/Cellar/icu4c/51.1/lib \ - --extra-include-dirs=/usr/local/Cellar/icu4c/51.1/include \ - -funicode_collation text-icu pandoc-citeproc + brew install icu4c + cabal install --extra-lib-dirs=/usr/local/Cellar/icu4c/51.1/lib \ + --extra-include-dirs=/usr/local/Cellar/icu4c/51.1/include \ + -funicode_collation text-icu pandoc-citeproc 6. The `pandoc.1` man page will be installed automatically. cabal shows you where it is installed: you may need to set your `MANPATH` -- cgit v1.2.3