[README.md]: improve syntax
This commit is contained in:
parent
f8f43129bc
commit
55fa9396d8
20
README.md
20
README.md
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user