Merge pull request #38 from FreeBirdLjj/issue#16
[smdp.git] / README.md
index 226dbc4..cbf3326 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,12 +7,21 @@
 
 *How to get started:*
 
+mdp needs the ncursesw headers to compile.
+So make sure you have them installed:
+- on Ubuntu/Debian you need `libncursesw5` and `libncursesw5-dev`
+- on Cygwin you need `libncursesw10` and `libncurses-devel`
+
+Now download and install mdp:
+
     $ git clone https://github.com/visit1985/mdp.git
     $ cd mdp
     $ make
     $ make install
     $ mdp sample.md
 
+- On Arch you can use the existing [AUR package](https://aur.archlinux.org/packages/mdp-git/).
+
 ---
 
 *How to use it:*
@@ -25,10 +34,12 @@ _Supports basic markdown formating:_
     - headlines
     - code
     - quotes
+    - unordered list
 
 - in-line formating
     - bold text
     - underlined text
+    - code
 
 _Supports headers prefixed by @ symbol._
 
@@ -48,3 +59,11 @@ _Review sample.md for more details._
 - 1-9 - go to slide n
 - q - exit
 
+
+---
+
+*How to debug it:*
+
+To make a debug version of `mdp`, just type:
+
+    $ make DEBUG=1