diff --git a/Makefile.toml b/Makefile.toml index 81df573..a849d91 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -14,4 +14,4 @@ args = ["release", "--workspace", "${@}"] workspace=false install_crate="cargo-readme" command = "cargo" -args = ["readme"] +args = ["readme", "-o", "README.md"]