Update README.md

Remark needs command-line interface.
This commit is contained in:
Rafael Jurado González 2017-02-19 13:45:46 +01:00 committed by GitHub
parent 56170ff0d3
commit 1bc739a8d9

View File

@ -213,7 +213,7 @@ Here is a list of formatprograms that are supported by default, and thus will be
It can be installed using [`cabal`](https://www.haskell.org/cabal/) build tool. Installation instructions are available at https://github.com/jaspervdj/stylish-haskell#installation
* `remark` for __Markdown__.
A Javascript based markdown processor that can be installed with `npm install -g remark`. More info is available at https://github.com/wooorm/remark.
A Javascript based markdown processor that can be installed with `npm install -g remark-cli`. More info is available at https://github.com/wooorm/remark.
* `fprettify` for modern __Fortran__.
Download from [official repository](https://github.com/pseewald/fprettify). Install with `./setup.py install` or `./setup.py install --user`.