From 4ef5c6cdb4f69b3fe232979cccc7c670a0938939 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 21 Feb 2020 09:33:08 +0000 Subject: README: Add markdown extension. --- README | 27 --------------------------- README.md | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index a6b688430..000000000 --- a/README +++ /dev/null @@ -1,27 +0,0 @@ -NetSurf -======= - -This document should help point you at various useful bits of information. - - -Building NetSurf ----------------- - -Read the [Quick Start](docs/quick-start.md) document for instructions. - - -Creating a new port -------------------- - -Look at the existing front ends for example implementations. -The framebuffer front end is simplest and most self-contained. -Also, you can [contact the developers](http://www.netsurf-browser.org/contact/) -for help. - - -Further documentation ---------------------- - -* [Developer documentation](http://www.netsurf-browser.org/developers/) -* [Developer wiki](http://wiki.netsurf-browser.org/Documentation/) -* [Code style guide](http://www.netsurf-browser.org/developers/StyleGuide.pdf) diff --git a/README.md b/README.md new file mode 100644 index 000000000..a6b688430 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +NetSurf +======= + +This document should help point you at various useful bits of information. + + +Building NetSurf +---------------- + +Read the [Quick Start](docs/quick-start.md) document for instructions. + + +Creating a new port +------------------- + +Look at the existing front ends for example implementations. +The framebuffer front end is simplest and most self-contained. +Also, you can [contact the developers](http://www.netsurf-browser.org/contact/) +for help. + + +Further documentation +--------------------- + +* [Developer documentation](http://www.netsurf-browser.org/developers/) +* [Developer wiki](http://wiki.netsurf-browser.org/Documentation/) +* [Code style guide](http://www.netsurf-browser.org/developers/StyleGuide.pdf) -- cgit v1.2.3