Skip to content

Commit

Permalink
Merge pull request #162 from beevelop/patch-1
Browse files Browse the repository at this point in the history
Update wfcli docs
  • Loading branch information
erwinvaneyk authored Jul 10, 2018
2 parents fac0e21 + 4a99801 commit 5da5fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ It has the following features:

#### Installation
To install `wfcli` either download a version of the binary from the [releases](https://github.com/fission/fission-workflows/releases).
For example, to download and install version 0.3.0, assuming that you use OS X:
For example, to download and install version 0.4.0, assuming that you use OS X:
```bash
curl -o wfcli https://github.com/fission/fission-workflows/releases/download/0.3.0/wfcli-osx
curl -Lo wfcli https://github.com/fission/fission-workflows/releases/download/0.4.0/wfcli-osx
chmod +x ./wfcli
sudo mv ./wfcli /usr/local/bin
```
Expand Down

0 comments on commit 5da5fab

Please sign in to comment.