X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=README.md;h=cbf332653aece50ee805e134b085c77e2214a979;hb=618df4fd72bc78c3012a0987ab9e7183a404b20c;hp=75f638edda44e01122e3b405c57e13020c0844cc;hpb=a62c5d9329631a6dadf328ef622e045efd3f6026;p=smdp.git diff --git a/README.md b/README.md index 75f638e..cbf3326 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ mdp needs the ncursesw headers to compile. So make sure you have them installed: -- On Ubuntu/Debian you need `libncursesw5` and `libncursesw5-dev` to be installed. +- on Ubuntu/Debian you need `libncursesw5` and `libncursesw5-dev` +- on Cygwin you need `libncursesw10` and `libncurses-devel` Now download and install mdp: @@ -33,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._