Skip to content

Commit b125acc

Browse files
committed
wip
1 parent 268e4e9 commit b125acc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.4
1+
VERSION=v0.0.5
22
OUT_DIR=dist
33

44
CLI_NAME?=cf

docs/releases/release_notes.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releas
77
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/cli-v2-linux-amd64.tar.gz | tar zx
88

99
# move the binary to your $PATH
10-
mv ./cli-v2-* /usr/local/bin/cli-v2
10+
mv ./cf-* /usr/local/bin/cf
1111

1212
# check the installation
13-
cli-v2 version
13+
cf version
1414
```
1515

1616
### Mac
@@ -22,8 +22,8 @@ VERSION=$(curl --silent "https://api.github.com/repos/codefresh-io/cli-v2/releas
2222
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/$VERSION/cli-v2-darwin-amd64.tar.gz | tar zx
2323

2424
# move the binary to your $PATH
25-
mv ./cli-v2-* /usr/local/bin/cli-v2
25+
mv ./cf-* /usr/local/bin/cf
2626

2727
# check the installation
28-
cli-v2 version
28+
cf version
2929
```

0 commit comments

Comments
 (0)