Skip to content

Commit 26fe12c

Browse files
committed
docs(README): update go 1.17+ install command
update go 1.17+ install command close #17 Signed-off-by: mritd <[email protected]>
1 parent 2159dfe commit 26fe12c

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
@@ -15,7 +15,7 @@
1515

1616
## Installation
1717

18-
Just download the latest version from the Release page and execute the install command:
18+
Just download the latest version from the Release page and execute the `install` command:
1919

2020
```sh
2121
export VERSION='v2.1.0'
@@ -35,7 +35,7 @@ After the installation is complete, you can delete the bin file.
3535
If the go language development environment is installed locally, you can install it through the `go get` command:
3636

3737
```sh
38-
go get -u github.com/mritd/gitflow-toolkit/v2
38+
go install github.com/mritd/gitflow-toolkit/v2@latest
3939
```
4040

4141
## Comands

0 commit comments

Comments
 (0)