Add version to go install command
This commit is contained in:
parent
6cc637519b
commit
1cd8607d34
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ version is implemented using https://github.com/Masterminds/semver to parse and
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go install github.com/ray1729/git-semver
|
go install github.com/ray1729/git-semver@v0.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue