Document debian package. (#1432)

Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
This commit is contained in:
Shivam Sandbhor
2021-09-24 09:44:24 +08:00
committed by GitHub
parent 65fe33a608
commit a4c784d7ee
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -49,6 +49,15 @@ Kompose is in Fedora 24, 25 and 26 repositories. You can install it just like an
sudo dnf -y install kompose
```
#### Ubuntu/Debian
A deb package is released for compose. Download latest package in the assets in [github releases](https://github.com/kubernetes/kompose/releases).
```bash
wget https://github.com/kubernetes/kompose/releases/download/v1.24.0/kompose_1.24.0_amd64.deb # Replace 1.24.0 with latest tag
sudo apt install ./kompose_1.24.0_amd64.deb
```
#### macOS
On macOS you can install latest release via [Homebrew](https://brew.sh) or [MacPorts](https://www.macports.org/).