aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorKatrin Leinweber <9948149+katrinleinweber@users.noreply.github.com>2018-12-09 17:26:14 +0100
committerGitHub <noreply@github.com>2018-12-09 17:26:14 +0100
commitbd9ffc9183166b15ad0b51f18a7e4262bff63d94 (patch)
tree16326022ccb66cb857bcf76ef6ca1bf9f6d5d86e /INSTALL.md
parentd5e68d43beb176733b77b5afe38f6453902dcf4b (diff)
downloadpandoc-bd9ffc9183166b15ad0b51f18a7e4262bff63d94.tar.gz
Fix typos
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index cf2b1fe1b..ebb4953c8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -63,7 +63,7 @@ under the heading for your operating system.
brew install librsvg python homebrew/cask/basictex
Note: On unsupported versions of macOS (more than three releases old),
- Homebrew instals from source, which takes additional time and disk space
+ Homebrew installs from source, which takes additional time and disk space
for the `ghc` compiler and dependent Haskell libraries.
- We also provide a zip file containing the binaries and man
@@ -240,7 +240,7 @@ The easiest way to build pandoc from source is to use [stack]:
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 macOS with homebrew:
+ vary by platform. Here is how it might work on macOS with Homebrew:
brew install icu4c
cabal install --extra-lib-dirs=/usr/local/Cellar/icu4c/51.1/lib \