Update python fire and add README.md

This commit is contained in:
Marcel Schwarz 2020-08-02 00:56:08 +02:00
parent e633965a1a
commit d3fc426f99
2 changed files with 10 additions and 1 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# About
# How to start a dev env
```shell script
docker run --rm -it -v $(pwd):/data/linux-tools ubuntu bash
```
# Contributing

View File

@ -1,2 +1,2 @@
fire
fire==0.3.1
PyInquirer==1.0.3