diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-17 12:56:01 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-17 12:56:01 -0500 |
commit | 0a423ad056499b02b9a443499dd3a53e637c0847 (patch) | |
tree | 8667a3a8821ceb022bd5b2f724f304c3d72bef23 | |
parent | 6b644ebb3b47e8adf98a6b780704c0904f9e9636 (diff) | |
download | emacs-personal-0a423ad056499b02b9a443499dd3a53e637c0847.tar.lz emacs-personal-0a423ad056499b02b9a443499dd3a53e637c0847.tar.xz emacs-personal-0a423ad056499b02b9a443499dd3a53e637c0847.zip |
Update README.md
-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: |