aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-01-10 15:50:21 -0500
committerJesús <heckyel@hyperbola.info>2020-01-10 15:50:21 -0500
commit7a2b1ce8f83af095ec97c117c3729fce725fbcfd (patch)
treed245ac05351e340d323854dde8323f7fe2d4e3dc /README.md
parenta30cd5ca2658c7ff9a7e70c85ad5a5b9ad95bf4d (diff)
downloademmet-mode-7a2b1ce8f83af095ec97c117c3729fce725fbcfd.tar.lz
emmet-mode-7a2b1ce8f83af095ec97c117c3729fce725fbcfd.tar.xz
emmet-mode-7a2b1ce8f83af095ec97c117c3729fce725fbcfd.zip
add support docs
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