Clarify README

This commit is contained in:
will 2024-04-03 01:42:47 -06:00
parent d90322656c
commit 18bee0bc97

View file

@ -2,7 +2,7 @@ Janky Python script to generate the requisite meta.json file to make an emoji pa
# Usage
Provide the script with a directory and it will generate a meta.json file listing every PNG/JPG/GIF/WEBP file, extrapolating the emoji name from the filename, and the category name from the directory name.
Provide the script with a directory and it will generate a meta.json file listing every PNG/JPG/GIF/WEBP file, extrapolating the emoji name from the filename, and the category name from the directory name, and place it in the directory.
- Pass `--host` to optionally customize the hostname used as the `host` property.
- Pass `-p` to print the JSON to stdout instead of saving it.