Skip to content

Commit 8993021

Browse files
authored
DOC-815 Fix install commands (#887)
1 parent 22a2d9d commit 8993021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/get-started/partials/install-rpk-linux.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ arm64::
1919
curl -LO https://github.com/redpanda-data/redpanda/releases/latest/download/rpk-linux-arm64.zip &&
2020
mkdir -p ~/.local/bin &&
2121
export PATH="~/.local/bin:$PATH" &&
22-
unzip rpk-linux-amd64.zip -d ~/.local/bin/
22+
unzip rpk-linux-arm64.zip -d ~/.local/bin/
2323
----
2424
====
2525
// end::latest[]
@@ -45,7 +45,7 @@ arm64::
4545
curl -LO https://github.com/redpanda-data/redpanda/releases/download/v<version>/rpk-linux-arm64.zip &&
4646
mkdir -p ~/.local/bin &&
4747
export PATH="~/.local/bin:$PATH" &&
48-
unzip rpk-linux-amd64.zip -d ~/.local/bin/
48+
unzip rpk-linux-arm64.zip -d ~/.local/bin/
4949
----
5050
====
5151
endif::[]

0 commit comments

Comments
 (0)