aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4aabf92..e5ad497 100644
--- a/README.md
+++ b/README.md
@@ -8,5 +8,14 @@ Lightweight configuration of emacs with basic utilities plus personal configurat
`apt-get install markdown` or `pacman -S markdown`
+### Flycheck Mode
+- Require installed the languages checking, example:
+
+ `pacman -S shellcheck` # bash, sh
+
+ `pacman -S eslint` # ECMAScript
+
+ `pacman -S python-pylint` # python
+
### License
- [GLPv3](LICENSE)