Update README.md
This commit is contained in:
parent
054eae35f7
commit
5f7d2c7cd8
|
@ -1,7 +1,9 @@
|
||||||
# Emoji Stealer MRF
|
# Emoji Stealer MRF
|
||||||
|
|
||||||
Steal emoji from other servers. Don't actually use this, it's not safe and
|
Steal emoji from other servers. Don't actually use this, it's not safe and
|
||||||
someone could crap up your server. CURRENTLY DOES NOT WORK.
|
someone could crap up your server. Don't ask me for help installing it or
|
||||||
|
complain about its functionality. Merge requests welcome. License is AGPL v3. If
|
||||||
|
you make changes, you have to share them.
|
||||||
|
|
||||||
1. Add a line like: `config :pleroma, :emoji, shortcode_globs: ["/emoji/stolen/**/*.png", "/emoji/stolen/**/*.gif"]` to you whatever.secret.exs file.
|
1. Add a line like: `config :pleroma, :emoji, shortcode_globs: ["/emoji/stolen/**/*.png", "/emoji/stolen/**/*.gif"]` to you whatever.secret.exs file.
|
||||||
2. Create directory priv/static/emoji/stolen
|
2. Create directory priv/static/emoji/stolen
|
||||||
|
@ -9,3 +11,4 @@ someone could crap up your server. CURRENTLY DOES NOT WORK.
|
||||||
4. Restart server
|
4. Restart server
|
||||||
|
|
||||||
You have to refresh your browser to see any new emoji in the picker
|
You have to refresh your browser to see any new emoji in the picker
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue