diff options
author | Jesús <heckyel@hyperbola.info> | 2018-07-25 22:36:45 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-07-25 22:36:45 -0500 |
commit | 0035b50c835a884e4f7fb1be75397ac6275b0c15 (patch) | |
tree | 2c0ada19575ca3c872eaa3a222ba82fbf3e26d4a | |
parent | 36cecaa8d1a0d50df5a52d16f00811317f5113d8 (diff) | |
download | emacs-base-0035b50c835a884e4f7fb1be75397ac6275b0c15.tar.lz emacs-base-0035b50c835a884e4f7fb1be75397ac6275b0c15.tar.xz emacs-base-0035b50c835a884e4f7fb1be75397ac6275b0c15.zip |
update README.md
- Add explanation for markdown
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,5 +3,10 @@ Lightweight configuration of emacs with basic utilities  +### Markdown Mode +- Require installed markdown in distro GNU+Linux, example: + + `apt-get install markdown` or `pacman -S markdown` + ### License - [GLPv3](LICENSE) |