readme: fix spelling
This commit is contained in:
parent
45fa779bc6
commit
c9eb13fd9a
1 changed files with 4 additions and 4 deletions
|
@ -6,9 +6,9 @@ Lets you yoink emoji packs from any other instance with MastoAPI suppport,
|
|||
instead of only shareable packs from other \*oma instances like admin-fe does.
|
||||
|
||||
Note this currently might not work as well for updating packs not created by this script.
|
||||
It expects files t be named after their shortocde, if an meoji already exists but with
|
||||
It expects files to be named after their shortcode, if a meowji already exists but with
|
||||
a different filename this will leave duplicate images behind.
|
||||
*(shortocde names are checked to be safe wrt to path traversal before writing anything)*
|
||||
*(shortcode names are checked to be safe wrt to path traversal before writing anything)*
|
||||
|
||||
Installing
|
||||
==========
|
||||
|
@ -21,14 +21,14 @@ A ``.cache`` for remote emoji data will be created at the script location.
|
|||
Usage
|
||||
=====
|
||||
|
||||
Enter the emoji pack dir (or create an new empty dir for this), then incoke the script;
|
||||
Enter the emoji pack dir (or create an new empty dir for this), then invoke the script;
|
||||
the third argument is optional:
|
||||
|
||||
```
|
||||
yoink-or-update-emoj.sh domain_of_server_to_be_yoinked_from category_to yoink [additional_conditions]
|
||||
```
|
||||
|
||||
Additionally the follwoing env vars affect the result:
|
||||
Additionally the following env vars affect the result:
|
||||
|
||||
- ``OVERWRITE_IMG=YES``: overwrite existing images instead of skipping download
|
||||
- ``OVERWRITE_METAKEYS=YES``: overwrite existing shortcode file path entries instead of preserving the original
|
||||
|
|
Loading…
Reference in a new issue