diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-11-01 20:43:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 20:43:03 -0400 |
commit | 6fe84fa8797652e3bf5f273e980b7d379ee728a3 (patch) | |
tree | a051a3301993c047cec5af9a5211b5081f21da4a | |
parent | 52e372b71d8ac5168025ad7ec2e9623c74c2dd93 (diff) | |
parent | 9cd3763162cae9d562c531588c71a2e79193a5e8 (diff) | |
download | pandoc-6fe84fa8797652e3bf5f273e980b7d379ee728a3.tar.gz |
Merge pull request #4022 from adam234/patch-1
MacOS instructions needed xar -f
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index c4ccf743f..2db0bf20a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -32,7 +32,7 @@ mkdir pandoc-extract cd pandoc-extract - xar -x ../pandoc-2.0-macOS.pkg + xar -x -f ../pandoc-2.0-macOS.pkg cat pandoc.pkg/Payload | gunzip -dc | cpio -i # executables are now in ./usr/bin/, man pages in ./usr/share/man |