From c3dcc266d1969c279a1f7a0402cf1e110f70f26f Mon Sep 17 00:00:00 2001 From: Michael Robinson Date: Sat, 7 Oct 2023 11:26:24 -0400 Subject: [PATCH] Adds linux mint command to index. Signed-off-by: Michael Robinson --- index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 3cc83654f..16179a092 100644 --- a/index.md +++ b/index.md @@ -42,8 +42,11 @@ A more detailed guide is available in our [getting started guide](/docs/getting- Grab the Kompose binary! ```sh -# Linux -curl -L https://github.com/kubernetes/kompose/releases/download/v1.25.0/kompose-linux-amd64 -o kompose +# Linux (Debian) +curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-linux-amd64 -o kompose + +# Linux (Mint) +curl -L -o kompose https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-linux-amd64 # macOS curl -L https://github.com/kubernetes/kompose/releases/download/v1.25.0/kompose-darwin-amd64 -o kompose