Skip to content

Commit

Permalink
docs(README): update go 1.17+ install command
Browse files Browse the repository at this point in the history
update go 1.17+ install command

close #17

Signed-off-by: mritd <[email protected]>
  • Loading branch information
mritd committed Sep 24, 2021
1 parent 2159dfe commit 26fe12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## Installation

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:

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

```sh
go get -u github.com/mritd/gitflow-toolkit/v2
go install github.com/mritd/gitflow-toolkit/v2@latest
```

## Comands
Expand Down

0 comments on commit 26fe12c

Please sign in to comment.