diff --git a/README.md b/README.md index bdce276..b7af49c 100644 --- a/README.md +++ b/README.md @@ -189,12 +189,18 @@ end ## Development -Run tests with Rake: +Running tests: ```sh $ bundle exec rake test ``` +To automatically import new translations from Rodauth: + +```sh +$ rake import +``` + ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/janko/rodauth-i18n. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/janko/rodauth-i18n/blob/master/CODE_OF_CONDUCT.md).