aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
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