Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #36 from karuppiah7890/fix-installation-doc
Browse files Browse the repository at this point in the history
fix release download url and bump version
  • Loading branch information
moshloop authored Feb 9, 2020
2 parents f0fc4ef + 643c72c commit dca9cfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
### Ubuntu / Debian

```bash
wget https://github.com/moshloop/konfigadm/releases/download/v0.4.2/konfigadm.deb
wget https://github.com/flanksource/konfigadm/releases/download/v0.5.3/konfigadm.deb
dpkg -i konfigadm.deb
```

### Centos / Fedora / Redhat

```bash
rpm -i https://github.com/moshloop/konfigadm/releases/download/v0.4.2/konfigadm.rpm
rpm -i https://github.com/flanksource/konfigadm/releases/download/v0.5.3/konfigadm.rpm
```

### Binary

```bash
wget -O /usr/bin/konfigadm https://github.com/moshloop/konfigadm/releases/download/v0.4.2/konfigadm && chmod +x /usr/bin/konfigadm
wget -O /usr/bin/konfigadm https://github.com/flanksource/konfigadm/releases/download/v0.5.3/konfigadm && chmod +x /usr/bin/konfigadm
```

0 comments on commit dca9cfb

Please sign in to comment.