diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ Lightweight configuration of emacs with basic utilities plus personal configurat First step: - M-x package-refresh-contents + M-x package-refresh-contents [RET] #### Main mirror @@ -38,7 +38,7 @@ First step: ### Markdown Mode - Require installed markdown in distro GNU+Linux, example: - `apt-get install markdown` or `pacman -S markdown` + `apt install markdown` or `pacman -S markdown` ### Flycheck Mode - Require installed the languages checking, example: |