Skip to content

Commit 1386396

Browse files
authored
Fix: Empty file will be downloaded (#3)
1 parent 6541705 commit 1386396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To generate new Pkl sources, first install the Swift code generator:
3737

3838
[source,bash]
3939
----
40-
curl https://github.com/apple/pkl-swift/releases/download/0.7.0/pkl-gen-swift-macos.bin -o pkl-gen-swift
40+
curl -L https://github.com/apple/pkl-swift/releases/download/0.7.0/pkl-gen-swift-macos.bin -o pkl-gen-swift
4141
chmod +x pkl-gen-swift
4242
----
4343

0 commit comments

Comments
 (0)