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!
This commit is contained in:
Daniel Stenberg 2016-06-28 14:09:08 +02:00
Родитель bf3222e053
Коммит c8b2010c5f
1 изменённых файлов: 12 добавлений и 0 удалений

12
docs/README.md Normal file
Просмотреть файл

@ -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.