Update instuction for using binary

This commit is contained in:
juliancoffee 2021-05-03 19:28:45 +03:00
parent fd387bda7c
commit 622101d3b1

View File

@ -1,5 +1,8 @@
# Usage
Change your directory to veloren repo and run these commans <br/>
`$ veloren-i18n-check --lang <lang_code>` <br/>
`$ veloren-i18n-check --all`
Get diagnostic for specific language <br/>
`$ cargo run --bin i18n-check -- --lang <lang_code>` <br/>
Test all languages <br/>
`$ cargo run --bin i18n-check -- --all`
Verify all directories <br/>
`$ cargo run --bin i18n-check -- --verify`