X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=README.md;h=cbf332653aece50ee805e134b085c77e2214a979;hb=bdd26d4dde3b3d3180619cc81622081025ca6cb5;hp=c7b10cf9ff92b8e6c600740b3fc9b3f89e6fb5ed;hpb=f21ccdb2abee0fac117fd8cdf2ae721389965484;p=smdp.git diff --git a/README.md b/README.md index c7b10cf..cbf3326 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ *How to get started:* -mdp needs the ncurses headers to compile. +mdp needs the ncursesw headers to compile. So make sure you have them installed: -- On Ubuntu you need ```libncurses5``` and ```libncurses5-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._