Skip to content

Commit

Permalink
fix release download url and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 committed Feb 9, 2020
1 parent 54d4565 commit 643c72c
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 643c72c

Please sign in to comment.