diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -36,9 +36,18 @@ $ emacs --batch --eval="(progn (package-initialize)(package-install 'all-the-ico ``` ### Markdown Mode -- Require installed markdown in distro GNU+Linux, example: - `apt install markdown` or `pacman -S markdown` +Require installed markdown in distro GNU+Linux, example: + +```console +$ apt install markdown +``` + +or + +```console +$ pacman -S markdown +``` ### Flycheck Mode - Require installed the languages checking, example: |