Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions modules/get-started/pages/quick-start.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ To test external connectivity using your local machine:

. Install rpk on your local machine:
+
NOTE: The `rpk` binary is not supported on Windows.
+
[tabs]
======
Linux::
Expand Down
3 changes: 3 additions & 0 deletions modules/get-started/partials/install-rpk-linux.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ curl -LO https://github.com/redpanda-data/redpanda/releases/latest/download/rpk-
unzip rpk-linux-arm64.zip -d ~/.local/bin/
----
====

TIP: You can use `rpk` on Windows with https://learn.microsoft.com/windows/wsl/install[WSL]^. Note that commands that require Redpanda to be installed on your machine are not supported, such as xref:reference:rpk/rpk-container.adoc[`rpk container`] commands, xref:reference:rpk/rpk-iotune.adoc[`rpk iotune`], and xref:reference:rpk/rpk-redpanda.adoc[`rpk redpanda`] commands.

// end::latest[]

ifndef::env-cloud[]
Expand Down
Loading