Files
neochat/tools/README.md
Carl Schwan 2e42abd7c9 Add emoji model for other language
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2023-09-23 19:39:01 +00:00

19 lines
325 B
Markdown

# Emoji Model builder
This folder contains the tool to build all emoji mapping.
## Requirements
* composer
* PHP
## Update the rules
To update the rules, you need to update the version of `unicode-org/cldr` in the
`composer.json` file, then run `make update`.
Finally, run the following command:
```bash
make build
```