Skip to content

Commit

Permalink
Adds linux mint command to index.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Robinson <[email protected]>
  • Loading branch information
merobi-hub committed Oct 7, 2023
1 parent 90f2962 commit c3dcc26
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3dcc26

Please sign in to comment.