docs: fix typo in README
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #13 PR #13
This commit is contained in:
parent
1ff3650247
commit
56f25de789
@ -6,10 +6,10 @@
|
|||||||
To initialize a git repositiory for version management and changelog generation use:
|
To initialize a git repositiory for version management and changelog generation use:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -v "$(pwd):/conventi" registry.riba-interactive.de/conventi:lastest init
|
docker run -v "$(pwd):/conventi" registry.riba-interactive.de/conventi:latest init
|
||||||
```
|
```
|
||||||
|
|
||||||
For updating the version and changelog simply run:
|
For updating the version and changelog simply run:
|
||||||
```
|
```
|
||||||
docker run -v "$(pwd):/conventi" registry.riba-interactive.de/conventi:lastest
|
docker run -v "$(pwd):/conventi" registry.riba-interactive.de/conventi:latest
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user