Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Synchronize documentation against website
  • Loading branch information
cdrage committed Oct 12, 2023
1 parent edaa153 commit d6187c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ Kompose is released via GitHub, you can see all current releases on the [GitHub

```sh
# Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-linux-amd64 -o kompose
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-linux-amd64 -o kompose

# macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-darwin-amd64 -o kompose
curl -L https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-darwin-amd64 -o kompose

chmod +x kompose
sudo mv ./kompose /usr/local/bin/kompose
```

**Windows:**

Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.31.1/kompose-windows-amd64.exe) and add the binary to your PATH.
Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v1.31.2/kompose-windows-amd64.exe) and add the binary to your PATH.

## Go

Expand Down

0 comments on commit d6187c0

Please sign in to comment.