diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-30 14:57:38 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-30 22:45:41 +0200 |
commit | d0c77730ed2056b05e5a379f7765d51cac4c23cc (patch) | |
tree | 6b6202e4bdc62d41e76a6092eb3cd390106692cc /include/README | |
parent | 7b9e3c4b4c90faa65cf226c8355be27a52cd01b8 (diff) | |
download | curl-d0c77730ed2056b05e5a379f7765d51cac4c23cc.tar.gz |
include/README: convert to markdown
Closes #6028
Diffstat (limited to 'include/README')
-rw-r--r-- | include/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/README b/include/README deleted file mode 100644 index 091ef76d1..000000000 --- a/include/README +++ /dev/null @@ -1,18 +0,0 @@ - _ _ ____ _ - ___| | | | _ \| | - / __| | | | |_) | | - | (__| |_| | _ <| |___ - \___|\___/|_| \_\_____| - -Include files for libcurl, external users. - -They're all placed in the curl subdirectory here for better fit in any kind -of environment. You must include files from here using... - - #include <curl/curl.h> - -... style and point the compiler's include path to the directory holding the -curl subdirectory. It makes it more likely to survive future modifications. - -The public curl include files can be shared freely between different platforms -and different architectures. |