From 762d0bee16919249d3608da8d569ec01a130b925 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Thu, 14 Sep 2023 12:21:38 +0200 Subject: [PATCH] readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index cf0957b..cb56fe4 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,18 @@ A DDNet map diff tool made in Rust using [twmap](https://docs.rs/twmap). Inspired by the original Ravie's python script. + +``` +A DDraceNetwork map diff tool. + +Usage: ddnet-map-diff + +Arguments: + The base map to compare + The map to be compared + The resulting map path + +Options: + -h, --help Print help + -V, --version Print version +```