From a8fc68eca3c58613fef90c0fc20ac763c23bafda Mon Sep 17 00:00:00 2001 From: Satoshi SAKAO Date: Sun, 14 Apr 2024 22:04:24 +0900 Subject: [PATCH] Fix: Empty file will be downloaded --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 59dcaee..7e25006 100644 --- a/README.adoc +++ b/README.adoc @@ -34,7 +34,7 @@ To generate new Pkl sources, first install the Swift code generator: [source,bash] ---- -curl https://github.com/apple/pkl-swift/releases/download/0.2.0/pkl-gen-swift-macos.bin -o pkl-gen-swift +curl -L https://github.com/apple/pkl-swift/releases/download/0.2.0/pkl-gen-swift-macos.bin -o pkl-gen-swift chmod +x pkl-gen-swift ----