From 1cd8607d34ef2684855b2899198e33f342b089c4 Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Wed, 10 May 2023 12:25:24 +0100 Subject: [PATCH] Add version to go install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9a10d9..19f0a71 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ version is implemented using https://github.com/Masterminds/semver to parse and ## Installation ```bash -go install github.com/ray1729/git-semver +go install github.com/ray1729/git-semver@v0.1.0 ``` ## Usage