Add a README.md

This commit is contained in:
Quentin 2021-11-25 10:13:22 +01:00
parent 79bd5f17a6
commit 37044415c1
Signed by: quentin
GPG Key ID: A98E9B769E4FF428
1 changed files with 16 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# mk-testnet
Show usage:
```help
python3 main.py
```
## Example
```bash
sudo python3 main.py create ./config.yml
sudo python3 main.py run-all example/deploy_garage.sh
sudo python3 main.py run dc1:dc1s1 garage -c /tmp/garage-testnet/dc1/dc1s1/garage.toml status
sudo python3 main.py destroy
```