Skip to content

Commit 10f575b

Browse files
committed
docs(README): fix README
fix README Signed-off-by: kovacs <[email protected]>
1 parent f86ee36 commit 10f575b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ export VERSION='v2.1.5'
2323
wget https://github.com/mritd/gitflow-toolkit/releases/download/${VERSION}/gitflow-toolkit-darwin-arm64
2424

2525
# add permissions
26-
chmod +x gitflow-toolkit_darwin_amd64
26+
chmod +x gitflow-toolkit-darwin-arm64
2727

2828
# install
29-
sudo ./gitflow-toolkit_darwin_amd64 install
29+
sudo ./gitflow-toolkit-darwin-arm64 install
3030
```
3131

3232
After the installation is complete, you can delete the bin file.

0 commit comments

Comments
 (0)