Update 'README.md'

This commit is contained in:
bronze 2021-09-14 14:49:14 -04:00
parent cd21309946
commit 55d2509a00
1 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# pl-emoji-dl
# pl-emoji-dl.sh
pleroma emoji pack downloader
- Downloads pleroma emoji pack .zip files and unzips them to your emoji folder.
- Takes a list of download urls as arguments
- Useful if you're running pleroma under docker
## How to use:
- Drop in emoji-dl.sh to the same folder you have your docker-compose file in
- Make a folder named "emoji" inside that same folder
- Map emoji folder to `/pleroma/instance/static/emoji` in your docker-compose.yml
- run `sh emoji-dl.sh url1 url2 etc`