2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/core/curl/README
2021-08-26 07:22:10 +03:00

50 lines
1.8 KiB
Plaintext

curl
________________________________________________________________________________
cURL (pronounced 'curl') is a computer software project providing a library
(libcurl) and command-line tool (curl) for transferring data using various
network protocols. The name stands for "Client URL", which was first released
in 1997. [0]
Upstream: https://curl.se/
[000] Index
________________________________________________________________________________
* Installation ........................................................... [001]
* Setup .................................................................. [002]
* Usage .................................................................. [003]
* References ............................................................. [004]
[001] Installation
________________________________________________________________________________
+------------------------------------------------------------------------------+
| |
| $ kiss b curl |
| |
+------------------------------------------------------------------------------+
[002] Setup
________________________________________________________________________________
The package manager supports many download tools and will also use curl if it is
available. To explicitly tell the package manager to use it, set the KISS_GET
environment variable to 'curl'.
[003] Usage
________________________________________________________________________________
Refer to the manual pages and command help output.
[005] References
________________________________________________________________________________
[0] https://en.wikipedia.org/wiki/CURL