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 +```