INSTALL.md: Add chromeos install instructions (#4958)
This commit is contained in:
parent
2aa417a2e5
commit
93a6d2945f
1 changed files with 13 additions and 0 deletions
13
INSTALL.md
13
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.
|
||||
|
|
Loading…
Reference in a new issue