Add version to go install command

This commit is contained in:
Ray Miller 2023-05-10 12:25:24 +01:00
parent 6cc637519b
commit 1cd8607d34

View file

@ -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