Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinleinweber committed Dec 9, 2018
1 parent d5e68d4 commit bd9ffc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit bd9ffc9

Please sign in to comment.