aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-04-08 20:59:51 -0500
committerJesús <heckyel@hyperbola.info>2021-04-08 20:59:51 -0500
commit55fa9396d8cd7ecfb4ab47129a0a85b4f83d9ae9 (patch)
tree7fef437a78e9201819d6b86d79ef34962566c093
parentf8f43129bcb7521a0ee7383e7cba8fe110301f76 (diff)
downloademacs-base-55fa9396d8cd7ecfb4ab47129a0a85b4f83d9ae9.tar.lz
emacs-base-55fa9396d8cd7ecfb4ab47129a0a85b4f83d9ae9.tar.xz
emacs-base-55fa9396d8cd7ecfb4ab47129a0a85b4f83d9ae9.zip
[README.md]: improve syntax
-rw-r--r--README.md20
1 files changed, 16 insertions, 4 deletions
diff --git a/README.md b/README.md
index a6222cd..e413181 100644
--- a/README.md
+++ b/README.md
@@ -9,16 +9,28 @@ Support C, C++, PHP, Python, ECMAScript, HTML, Sass, less, Markdown
### Markdown Mode
- Require installed markdown in distro GNU+Linux, example:
- `apt-get install markdown` or `pacman -S markdown`
+```console
+# apt-get install markdown
+```
+
+```console
+# pacman -S markdown
+```
### Flycheck Mode
- Require installed the languages checking, example:
- `pacman -S shellcheck` # bash, sh
+```console
+# pacman -S shellcheck
+```
- `pacman -S eslint` # ECMAScript
+```console
+# pacman -S eslint
+```
- `pacman -S python-pylint` # python
+```console
+# pacman -S python-pylint
+```
### License
- [GLPv3](LICENSE)