meta: tweak makefile

This commit is contained in:
Kat Marchán 2022-05-05 08:36:28 -07:00
parent bc449c8426
commit edd18c8991
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ args = ["release", "--workspace", "${@}"]
workspace=false
install_crate="cargo-readme"
command = "cargo"
args = ["readme"]
args = ["readme", "-o", "README.md"]