From b6c484b716941e78c2e3b1a48b1d02d38dbbb07d Mon Sep 17 00:00:00 2001 From: Tinko Date: Sun, 4 Feb 2024 12:07:45 +0800 Subject: [PATCH] Fix macOS download URL mismatch (#29) * Fix macOS download URL mismatch * Update index.adoc List aarch64 first --------- Co-authored-by: Daniel Chao --- docs/modules/pkl-cli/pages/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/pkl-cli/pages/index.adoc b/docs/modules/pkl-cli/pages/index.adoc index 70721e0f..4f8a33b2 100644 --- a/docs/modules/pkl-cli/pages/index.adoc +++ b/docs/modules/pkl-cli/pages/index.adoc @@ -88,7 +88,7 @@ Development and release versions can be downloaded and installed manually. === macOS Executable -On amd64: +On aarch64: [source,shell] [subs="+attributes"] @@ -98,7 +98,7 @@ chmod +x pkl ./pkl --version ---- -On aarch64: +On amd64: [source,shell] [subs="+attributes"]