mirror of https://github.com/apple/pkl-swift
Allow redirect to macOS install cURL (#2)
This commit is contained in:
parent
3c2ba3ad75
commit
4ddc17a565
|
@ -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
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue