Allow redirect to macOS install cURL (#2)

This commit is contained in:
josephplusplus 2024-02-04 11:18:47 -08:00 committed by GitHub
parent 3c2ba3ad75
commit 4ddc17a565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ On macOS:
[source,bash]
[subs="+attributes"]
----
curl {uri-pkl-gen-swift-macos} -o pkl-gen-swift
curl -L {uri-pkl-gen-swift-macos} -o pkl-gen-swift
chmod +x pkl-gen-swift
----