We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86ee36 commit 10f575bCopy full SHA for 10f575b
README.md
@@ -23,10 +23,10 @@ export VERSION='v2.1.5'
23
wget https://github.com/mritd/gitflow-toolkit/releases/download/${VERSION}/gitflow-toolkit-darwin-arm64
24
25
# add permissions
26
-chmod +x gitflow-toolkit_darwin_amd64
+chmod +x gitflow-toolkit-darwin-arm64
27
28
# install
29
-sudo ./gitflow-toolkit_darwin_amd64 install
+sudo ./gitflow-toolkit-darwin-arm64 install
30
```
31
32
After the installation is complete, you can delete the bin file.
0 commit comments