From: Daniel Stenberg Date: Tue, 28 Jun 2016 12:09:08 +0000 (+0200) Subject: docs/README.md: to render nicer pages on github X-Git-Tag: curl-7_50_0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8b2010c5f225ea0c3922ca198dfe1ed9502d591;p=thirdparty%2Fcurl.git docs/README.md: to render nicer pages on github ... as previously the README.cmake would be picked and put at the bottom of the docs page there and it wasn't very representative! --- diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000000..eaf85ae2f5 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,12 @@ +![curl logo](https://cdn.rawgit.com/curl/curl-www/master/logo/curl-logo.svg) + +# Documentation + +You'll find a mix of various documentation in this directory and +subdirectories, using several different formats. Some of them are not ideally +for reading directly in your browser. + +If you rather see the rendered version of the documentation, check out the +curl web site's [documentation section](https://curl.haxx.se/docs/) for +general curl stuff or the [libcurl section](https://curl.haxx.se/libcurl/) for +libcurl related documentation.