diff options
author | Evan Pratten <ewpratten@gmail.com> | 2018-10-10 20:23:30 -0400 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-10 17:23:30 -0700 |
commit | 93a6d2945febe1dd169ab9cf1e4b37e9478bc9ff (patch) | |
tree | b34924c80e9919ccd2c3a0a112c121713044a62f | |
parent | 2aa417a2e57f88f34f0f8d4c55d3e621f788216b (diff) | |
download | pandoc-93a6d2945febe1dd169ab9cf1e4b37e9478bc9ff.tar.gz |
INSTALL.md: Add chromeos install instructions (#4958)
-rw-r--r-- | INSTALL.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 13a764b07..aff0b103f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -93,6 +93,19 @@ [TeX Live](http://www.tug.org/texlive/) via your package manager. (On Debian/Ubuntu, `apt-get install texlive`.) +## Chrome OS + +On Chrome OS, pandoc can be installed using the +[chromebrew](https://github.com/skycocker/chromebrew) package manager +with the command: + +```sh +crew install pandoc +``` + +This will automatically build and configure pandoc for the specific +device you are using. + ## BSD - Pandoc is in the [NetBSD] and [FreeBSD ports] repositories. |