Skip to content

Commit

Permalink
Update README.md (for release version: v0.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleewere committed May 13, 2019
1 parent b5daa63 commit 02e71e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ brew install cmctl

Using wget:
```bash
CMCTL_VERSION=0.4.0
CMCTL_VERSION=0.5.0
wget -qO- "https://github.com/oleewere/cmctl/releases/download/v${CMCTL_VERSION}/cmctl_${CMCTL_VERSION}_linux_64-bit.tar.gz" | tar -C /usr/bin -zxv cmctl
```

Using curl:
```bash
CMCTL_VERSION=0.4.0
CMCTL_VERSION=0.5.0
curl -L -s "https://github.com/oleewere/cmctl/releases/download/v${CMCTL_VERSION}/cmctl_${CMCTL_VERSION}_linux_64-bit.tar.gz" | tar -C /usr/bin -xzv cmctl
```

Expand Down

0 comments on commit 02e71e3

Please sign in to comment.