fix readme
This commit is contained in:
parent
ce1ea7e86d
commit
8c44ae5302
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,6 @@ pip3 install boto3 python-terraform --user
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
# Update lib
|
|
||||||
pip3 install --pre ddadevops==0.4.0.dev0 --user
|
|
||||||
|
|
||||||
# Snapshot
|
# Snapshot
|
||||||
1. pyb publish upload
|
1. pyb publish upload
|
||||||
2. Versions nr in build.py: hochzählen, *.dev0 anfügen
|
2. Versions nr in build.py: hochzählen, *.dev0 anfügen
|
||||||
|
@ -30,6 +27,9 @@ pip3 install --pre ddadevops==0.4.0.dev0 --user
|
||||||
7. git commit & push
|
7. git commit & push
|
||||||
8. sudo pip3 install --pre ddadevops==0.4.0.dev0 --user
|
8. sudo pip3 install --pre ddadevops==0.4.0.dev0 --user
|
||||||
|
|
||||||
|
# Update to newest dev version
|
||||||
|
pip3 install --pre ddadevops==0.4.1.dev0 --user
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright © 2019 meissa GmbH
|
Copyright © 2019 meissa GmbH
|
||||||
|
|
Loading…
Reference in a new issue