From a117358ee1a10bcf4a8958ddb0de673c7ef3860f Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Tue, 29 Dec 2015 07:06:23 +0300 Subject: [PATCH] Update and rename README to README.md Markdown + link build instructions --- README => README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) rename README => README.md (84%) diff --git a/README b/README.md similarity index 84% rename from README rename to README.md index 53e9dd2b..5a18be87 100644 --- a/README +++ b/README.md @@ -6,7 +6,7 @@ curses for multiple platforms. The latest version can be found at: http://pdcurses.org/ -For changes, see the HISTORY file. +For changes, see the [HISTORY](HISTORY) file. Legal Stuff @@ -30,8 +30,15 @@ Ports PDCurses has been ported to DOS, OS/2, Win32, X11 and SDL. A directory containing the port-specific source files exists for each of these -platforms. Build instructions are in the README file for each platform. +platforms. +Build instructions are in the README file for each platform: + +- [DOS](dos/README) +- [OS/2](os2/README) +- [SDL](sdl1/README) +- [Win32](win32/README) +- [X11](x11/README) Distribution Status -------------------