Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 1 |  |
Alex Deymo | d15eaac | 2016-06-28 14:49:26 -0700 | [diff] [blame] | 2 | |
Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 3 | Curl is a command-line tool for transferring data specified with URL |
Alex Deymo | d15eaac | 2016-06-28 14:49:26 -0700 | [diff] [blame] | 4 | syntax. Find out how to use curl by reading [the curl.1 man |
| 5 | page](https://curl.haxx.se/docs/manpage.html) or [the MANUAL |
| 6 | document](https://curl.haxx.se/docs/manual.html). Find out how to install Curl |
| 7 | by reading [the INSTALL document](https://curl.haxx.se/docs/install.html). |
| 8 | |
| 9 | libcurl is the library curl is using to do its job. It is readily available to |
| 10 | be used by your software. Read [the libcurl.3 man |
| 11 | page](https://curl.haxx.se/libcurl/c/libcurl.html) to learn how! |
| 12 | |
| 13 | You find answers to the most frequent questions we get in [the FAQ |
| 14 | document](https://curl.haxx.se/docs/faq.html). |
| 15 | |
| 16 | Study [the COPYING file](https://curl.haxx.se/docs/copyright.html) for |
| 17 | distribution terms and similar. If you distribute curl binaries or other |
| 18 | binaries that involve libcurl, you might enjoy [the LICENSE-MIXING |
| 19 | document](https://curl.haxx.se/legal/licmix.html). |
| 20 | |
Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 21 | ## Contact |
Alex Deymo | d15eaac | 2016-06-28 14:49:26 -0700 | [diff] [blame] | 22 | |
| 23 | If you have problems, questions, ideas or suggestions, please contact us by |
| 24 | posting to a suitable [mailing list](https://curl.haxx.se/mail/). |
| 25 | |
| 26 | All contributors to the project are listed in [the THANKS |
| 27 | document](https://curl.haxx.se/docs/thanks.html). |
| 28 | |
Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 29 | ## Website |
Alex Deymo | d15eaac | 2016-06-28 14:49:26 -0700 | [diff] [blame] | 30 | |
| 31 | Visit the [curl web site](https://curl.haxx.se/) for the latest news and |
| 32 | downloads. |
| 33 | |
Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 34 | ## Git |
Alex Deymo | d15eaac | 2016-06-28 14:49:26 -0700 | [diff] [blame] | 35 | |
Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 36 | To download the very latest source off the Git server do this: |
Alex Deymo | d15eaac | 2016-06-28 14:49:26 -0700 | [diff] [blame] | 37 | |
| 38 | git clone https://github.com/curl/curl.git |
| 39 | |
| 40 | (you'll get a directory named curl created, filled with the source code) |
| 41 | |
Alex Deymo | e3149cc | 2016-10-05 11:18:42 -0700 | [diff] [blame] | 42 | ## Notice |
Alex Deymo | d15eaac | 2016-06-28 14:49:26 -0700 | [diff] [blame] | 43 | |
| 44 | Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga |
| 45 | Tekniska Högskolan. This notice is included here to comply with the |
| 46 | distribution terms. |