From 37044415c1e6da43b8433aaa842a4ccaae5368d2 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 25 Nov 2021 10:13:22 +0100 Subject: [PATCH] Add a README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md 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 +```