From 7a2b1ce8f83af095ec97c117c3729fce725fbcfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 10 Jan 2020 15:50:21 -0500 Subject: add support docs --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 395e10b..48adb79 100644 --- a/README.md +++ b/README.md @@ -566,5 +566,12 @@ For further information and demo see [Emmet's documentation](https://docs.emmet. When working on emmet-mode. It is generated from the files in the `/src` directory by `make`. - make clean - make + $ make clean && make + +Require `pandoc` for generate README.txt + + # pacman -S pandoc + +then run: + + $ make docs -- cgit v1.2.3