chore: add to the README simple usage instructions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3 PR #3
This commit is contained in:
parent
f6513090fe
commit
c77d96ab39
12
README.md
12
README.md
@ -1,3 +1,15 @@
|
||||
# conventi
|
||||
|
||||
[](https://drone.riba-interactive.de/rick/conventi)
|
||||
|
||||
|
||||
To initialize a git repositiory for version management and changelog generation use:
|
||||
|
||||
```
|
||||
docker run -v "$(pwd):/conventi" registry.riba-interactive.de/conventi:lastest init
|
||||
```
|
||||
|
||||
For updating the version and changelog simply run:
|
||||
```
|
||||
docker run -v "$(pwd):/conventi" registry.riba-interactive.de/conventi:lastest
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user