We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a2d9d commit 8993021Copy full SHA for 8993021
modules/get-started/partials/install-rpk-linux.adoc
@@ -19,7 +19,7 @@ arm64::
19
curl -LO https://github.com/redpanda-data/redpanda/releases/latest/download/rpk-linux-arm64.zip &&
20
mkdir -p ~/.local/bin &&
21
export PATH="~/.local/bin:$PATH" &&
22
- unzip rpk-linux-amd64.zip -d ~/.local/bin/
+ unzip rpk-linux-arm64.zip -d ~/.local/bin/
23
----
24
====
25
// end::latest[]
@@ -45,7 +45,7 @@ arm64::
45
curl -LO https://github.com/redpanda-data/redpanda/releases/download/v<version>/rpk-linux-arm64.zip &&
46
47
48
49
50
51
endif::[]
0 commit comments