Skip to content

Commit

Permalink
Adds linux command for mint instead of changing the command.
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 37e3c40 commit 90f2962
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ Kompose is released via GitHub on a three-week cycle, you can see all current re
**Linux and macOS:**

```sh
# Linux
# 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
Expand Down

0 comments on commit 90f2962

Please sign in to comment.