mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-08 15:57:59 +00:00
colrv1/README.md: recommend to regenerate configs as initial step before build
This commit is contained in:
parent
b0a855e2db
commit
93be998cac
1 changed files with 11 additions and 1 deletions
|
@ -5,6 +5,16 @@ contains emojicompat metadata.
|
||||||
|
|
||||||
## Build Steps
|
## Build Steps
|
||||||
|
|
||||||
|
1. Check the list of sources in the config files is in sync with the current sources
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# running from the noto-emoji repository root directory
|
||||||
|
python colrv1_generate_configs.py
|
||||||
|
git diff colrv1/*.toml
|
||||||
|
```
|
||||||
|
|
||||||
|
If configs are in sync, the `colrv1/*.toml` files should contain no diffs.
|
||||||
|
|
||||||
1. Compile the COLRv1 fonts
|
1. Compile the COLRv1 fonts
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Add table
Reference in a new issue