From 4ddc17a5659677983960af0c591cfb8050cec7c8 Mon Sep 17 00:00:00 2001 From: josephplusplus <155140464+josephplusplus@users.noreply.github.com> Date: Sun, 4 Feb 2024 11:18:47 -0800 Subject: [PATCH] Allow redirect to macOS install cURL (#2) --- docs/modules/ROOT/pages/quickstart.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/quickstart.adoc b/docs/modules/ROOT/pages/quickstart.adoc index b61298f..a52ba8c 100644 --- a/docs/modules/ROOT/pages/quickstart.adoc +++ b/docs/modules/ROOT/pages/quickstart.adoc @@ -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 ----