aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-05-25 11:23:18 -0500
committerJesús <heckyel@hyperbola.info>2021-05-25 11:23:18 -0500
commit6614195fd39afc7a17bd9ccf7eeb75401e1d875c (patch)
tree246315239e17462f31cd7fa5f8ff74db80d6412f
parent3cace18a5a589c548fe7bd2c40096f608bdf1c5b (diff)
downloademacs-personal-6614195fd39afc7a17bd9ccf7eeb75401e1d875c.tar.lz
emacs-personal-6614195fd39afc7a17bd9ccf7eeb75401e1d875c.tar.xz
emacs-personal-6614195fd39afc7a17bd9ccf7eeb75401e1d875c.zip
[README.md] update
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4140383..23dd9f9 100644
--- a/README.md
+++ b/README.md
@@ -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: