diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-25 11:23:18 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-25 11:23:18 -0500 |
commit | 6614195fd39afc7a17bd9ccf7eeb75401e1d875c (patch) | |
tree | 246315239e17462f31cd7fa5f8ff74db80d6412f | |
parent | 3cace18a5a589c548fe7bd2c40096f608bdf1c5b (diff) | |
download | emacs-personal-6614195fd39afc7a17bd9ccf7eeb75401e1d875c.tar.lz emacs-personal-6614195fd39afc7a17bd9ccf7eeb75401e1d875c.tar.xz emacs-personal-6614195fd39afc7a17bd9ccf7eeb75401e1d875c.zip |
[README.md] update
-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: |