diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fd7a6e --- /dev/null +++ b/README.md @@ -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 +```