chore: adds update command to README.md

This commit is contained in:
Matthias Langhard
2021-11-03 08:02:44 +01:00
parent f4cfce101d
commit 0cdd2aa4be

View File

@@ -3,6 +3,13 @@
Updates the tag of a repo to the next chosen version according the semver symantic.
## Install
```
dotnet tool install --global Novaloop.UpdateTag
```
## Update
```
dotnet tool update --global Novaloop.UpdateTag
```