diff options
| -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. | 
