aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
AgeCommit message (Collapse)AuthorFilesLines
2021-07-19INSTALL.md: Add GitLab CI/CD example (#7448)Veratyr1-0/+6
2021-04-29INSTALL: add note that parallel installations should be avoided. (#7147)Albert Krewinkel1-0/+4
Closes: #6865
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B1-15/+14
2020-11-19INSTALL.md: Remove references to `pandoc-citeproc`.John MacFarlane1-23/+9
Closes #6857.
2020-06-07doc: fix FreeBSD port link (#6422)Mo1-1/+1
The FreeBSD port was renamed from pandoc to hs-pandoc in 2010. The old pandoc port is still at version 1.5.1.1
2020-04-24Update the link to TinyTeX (#6318)Yihui Xie1-1/+1
from https://yihui.name/tinytex to https://yihui.org/tinytex (the former will be automatically redirected to the latter)
2020-01-17Add --rm to docker command in INSTALL.md.John MacFarlane1-1/+1
2020-01-15INSTALL: remove bulletsJohn MacFarlane1-79/+79
2020-01-15Add Docker and GH Actions instructions/links to INSTALL.md.John MacFarlane1-0/+23
2019-10-15Add Void LinuxVolodymyr Kozachynskyi1-1/+2
No real website to package, added simply official webpage as href
2019-09-08INSTALL instructions fix for libicu.John MacFarlane1-3/+4
2018-12-19INSTALL.md change button (#5167)Mauro Bieg1-8/+3
2018-12-11INSTALL: make text on button bigger.John MacFarlane1-2/+3
2018-12-11INSTALL.md: use HTML for download button.John MacFarlane1-2/+3
Closes #5144.
2018-12-11fix various links in INSTALL.md; bump required stack version (#5144)max1-15/+15
stack 1.6.5 produced an error; 1.7.0 and higher seems OK
2018-12-09Fix typosKatrin Leinweber1-2/+2
2018-11-30Fix missing wordAndrew Dunning1-1/+1
2018-11-30Improve installation notes on associated softwareAndrew Dunning1-12/+39
Includes explanation of how to install related tools with package managers (since the method of installing `rsvg-convert` is not obvious).
2018-11-29INSTALL.md: Small wording tweak.John MacFarlane1-2/+2
2018-11-27INSTALL.md: Use button for installer links.John MacFarlane1-1/+2
2018-11-27update INSTALL.mdMauro Bieg1-3/+4
2018-11-27simplify INSTALL.mdMauro Bieg1-12/+23
2018-10-10INSTALL.md: Add chromeos install instructions (#4958)Evan Pratten1-0/+13
2018-10-07INSTALL: note about TinyTeX.John MacFarlane1-1/+2
2018-09-07INSTALL.md: indicate that cabal >= 2.0 is needed.John MacFarlane1-3/+12
2018-08-18Added chocolatey installation method (#4844)Miodrag Milić1-0/+3
2018-08-01fix broken link for cabal-install (#4806)ChanHoHo1-1/+1
2018-05-20Correct the macOS homebrew note (#4664)Ian1-3/+3
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.
2018-05-19Clarify macos install in INSTALL.md.John MacFarlane1-3/+6
Make the binary package installer the recommended method, and note that homebrew installs from source and takes a lot of disk space. Closes #4661.
2018-03-17INSTALL.md don't advise to always build testsMauro Bieg1-2/+3
2018-02-05INSTALL.md: mentioning Stack version. (#4343)Adam Brandizzi1-1/+1
2018-01-14Remove custom prelude and ghc 7.8 support.John MacFarlane1-1/+1
2017-11-21Updated INSTALL.md since we now provide zips for binaries.John MacFarlane1-21/+12
2017-11-05Various improvements to INSTALL.md.John MacFarlane1-34/+25
2017-11-05update commands to extract deb archive on Linux (#4043)Salim B1-1/+9
Since Pandoc v2.0 the xz instead of gz format is used for the data archive inside the deb (`data.tar.xz`) and the old commands to extract a gzip archive fail.
2017-11-04INSTALL.md: update links to Linux distributions (#4040)Roland Hieber1-5/+5
* INSTALL.md: update links to Linux distributions. Some links were outdated. Link to the package search page if no separate page for pandoc exists, and use HTTPS where possible. All other links have been clicked once and deemed okay. * INSTALL.md: also link to the download page in the Linux section for people who only read the parts relevant for them. Signed-off-by: Roland Hieber <rohieb@rohieb.name>
2017-11-01MacOS instructions needed xar -f Adam1-1/+1
As written, produces an error
2017-10-29INSTALL - removed "building the whole pandoc ecosystem."John MacFarlane1-23/+0
This is irrelevant now with stack allowing us to depend on arbitrary git commits.
2017-10-23INSTALL.md: updated docs for the linux package.John MacFarlane1-5/+13
2017-08-23Name change OSX -> macOS (#3869)ickc1-4/+4
* Name change OSX -> macOS fix commit c96b64e This commit finishes remaining osx to macOS change, as well as replacing MacOS with macOS. The reason for the later one is because the "correct" casing of macOS is like that. Apple styles it to looks like iOS, watchOS, tvOS, etc. And unfortunately they all start with a lowercase letter, making propercasing (or even title-casing) odd. * fix casing of Linux, UNIX, and Windows
2017-06-23INSTALL: Improved instructions for tests with patterns.John MacFarlane1-2/+10
2017-04-02Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""John MacFarlane1-3/+0
This reverts commit 1fa15c225b515e1fa1c6566f90f1be363a4d770f.
2017-03-26Revert "Use file-embed instead of hsb2hs to embed data files."John MacFarlane1-0/+3
This reverts commit 10d91c147968d2e4d63b99b5b0342624827f416f.
2017-03-26Use file-embed instead of hsb2hs to embed data files.John MacFarlane1-3/+0
I think template haskell is robust enough now across platforms that this will work. Motivation: file-embed gives us better dependency tracking: if a data file changes, ghc/stack/cabal know to recompile the Data module. This also removes hsb2hs as a build dependency.
2017-02-25Fix stale references to `tests` directory (#3469)Or Neeman1-4/+4
Some of the benchmarks were failing due to references to files in the `tests` directory, which is now called `test`. A search found other references to it also. This commit updates all these references.
2017-02-24Fixed link to mac uninstaller script.John MacFarlane1-2/+2
2017-02-20Modified documentation now that submodule fetching isn't needed.John MacFarlane1-11/+2
2017-02-16INSTALL.md put rpm-based distros on separate point (#3449)Mauro Bieg1-1/+3
2017-01-31Name change OSX -> MacOS.John MacFarlane1-2/+2
Add a -MacOS suffix to mac package rather than -OSX. CHanged local names from osx to macos.
2017-01-17fix internal link in INSTALL.mdMauro Bieg1-1/+1