You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
372 B
19 lines
372 B
Contributing to Behat Transliterator
|
|
====================================
|
|
|
|
Updating data
|
|
-------------
|
|
|
|
Setup dependencies with [Composer](https://getcomposer.org):
|
|
|
|
```bash
|
|
composer install
|
|
```
|
|
|
|
Run, char tables in Behat Transliterator will be synced from Perl library
|
|
using version defined in `\Behat\Transliterator\SyncTool::LIB_VERSION`
|
|
|
|
```bash
|
|
bin/update-data
|
|
```
|