From 6614195fd39afc7a17bd9ccf7eeb75401e1d875c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 25 May 2021 11:23:18 -0500 Subject: [PATCH] [README.md] update --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4140383..23dd9f9 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,18 @@ $ emacs --batch --eval="(progn (package-initialize)(package-install 'all-the-ico ``` ### Markdown Mode -- Require installed markdown in distro GNU+Linux, example: - `apt install markdown` or `pacman -S markdown` +Require installed markdown in distro GNU+Linux, example: + +```console +$ apt install markdown +``` + +or + +```console +$ pacman -S markdown +``` ### Flycheck Mode - Require installed the languages checking, example: