From 26fe12c04bf07a48f891365f401b0964c9be2581 Mon Sep 17 00:00:00 2001 From: mritd Date: Fri, 24 Sep 2021 17:28:32 +0800 Subject: [PATCH] docs(README): update go 1.17+ install command update go 1.17+ install command close #17 Signed-off-by: mritd --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1febe28..7a39942 100644 --- a/README.md +++ b/README.md @@ -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' @@ -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