We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e517b commit 0914965Copy full SHA for 0914965
README.md
@@ -17,7 +17,7 @@ From the other side, you can now pull the feature branch you want to test, or cr
17
To install Captain, run the following commands:
18
19
```
20
-curl -L https://github.com/harbur/captain/releases/download/v0.7.0/captain-`uname -s`-`uname -m` > /usr/local/bin/captain
+curl -L https://github.com/harbur/captain/releases/download/v0.8.0/captain-`uname -s`-`uname -m` > /usr/local/bin/captain
21
chmod +x /usr/local/bin/captain
22
23
0 commit comments