We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2159dfe commit 26fe12cCopy full SHA for 26fe12c
README.md
@@ -15,7 +15,7 @@
15
16
## Installation
17
18
-Just download the latest version from the Release page and execute the install command:
+Just download the latest version from the Release page and execute the `install` command:
19
20
```sh
21
export VERSION='v2.1.0'
@@ -35,7 +35,7 @@ After the installation is complete, you can delete the bin file.
35
If the go language development environment is installed locally, you can install it through the `go get` command:
36
37
38
-go get -u github.com/mritd/gitflow-toolkit/v2
+go install github.com/mritd/gitflow-toolkit/v2@latest
39
```
40
41
## Comands
0 commit comments