[README.md]: improve syntax

This commit is contained in:
Jesús 2021-04-08 20:59:51 -05:00
parent f8f43129bc
commit 55fa9396d8
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -9,16 +9,28 @@ Support C, C++, PHP, Python, ECMAScript, HTML, Sass, less, Markdown
### Markdown Mode ### Markdown Mode
- Require installed markdown in distro GNU+Linux, example: - 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 ### Flycheck Mode
- Require installed the languages checking, example: - 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 ### License
- [GLPv3](LICENSE) - [GLPv3](LICENSE)