diff --git a/README.md b/README.md index 0c6bcfdaf..070f914b9 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,12 @@ Kompose is released via GitHub on a three-week cycle, you can see all current re **Linux and macOS:** ```sh -# Linux +# Linux (Debian/Ubuntu) curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-linux-amd64 -o kompose +# Linux (Mint) +curl -L -o kompose https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-linux-amd64 + # macOS curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-darwin-amd64 -o kompose diff --git a/index.md b/index.md index 3cc83654f..f23b8c092 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 (DebianUbuntu) +curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-linux-amd64 -o kompose + +# Linux (Mint) +curl -L -o kompose https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-linux-amd64 # macOS curl -L https://github.com/kubernetes/kompose/releases/download/v1.25.0/kompose-darwin-amd64 -o kompose