Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 938 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 938 Bytes

curl 0.1.0

The staging-curl component provides curl or curl.exe on all DKML installable platforms, including Windows.

This is a component that can be used with dkml-install-api to generate installers.

Usage

%{staging-curl:share-abi}%/bin/curl

On Windows curl 7.81.0 or later will be available. Use this curl rather than Windows' C:\Windows\System32\curl.exe since the latter is only pre-installed in Windows 10 Build 17063 and later.

On Unix and macOS the curl is a symlink to whichever curl is found on the PATH.

Contributing

See the Contributors section of dkml-install-api.

Status

Syntax check