diff --git a/voxygen/i18n-check/README.md b/voxygen/i18n-check/README.md
index 54d7cdf0b2..06704a4f36 100644
--- a/voxygen/i18n-check/README.md
+++ b/voxygen/i18n-check/README.md
@@ -1,5 +1,8 @@
# Usage
-Change your directory to veloren repo and run these commans
-`$ veloren-i18n-check --lang `
-`$ veloren-i18n-check --all`
+Get diagnostic for specific language
+`$ cargo run --bin i18n-check -- --lang `
+Test all languages
+`$ cargo run --bin i18n-check -- --all`
+Verify all directories
+`$ cargo run --bin i18n-check -- --verify`