From bf05b2b6fefa56ed3cf59001a5c205ba2a521c7e Mon Sep 17 00:00:00 2001 From: Moon Man Date: Sun, 22 Mar 2020 17:49:35 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 13f0138..c8f9ff2 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,10 @@ 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. -Add a line like: - -`config :pleroma, :emoji, shortcode_globs: ["/emoji/stolen/**/*.png", "/emoji/stolen/**/*.gif"]` - -to you whatever.secret.exs file. Create directory priv/static/emoji/stolen - -Restart server +1. Add a line like: `config :pleroma, :emoji, shortcode_globs: ["/emoji/stolen/**/*.png", "/emoji/stolen/**/*.gif"]` +2. to you whatever.secret.exs file. +3. Create directory priv/static/emoji/stolen +4. Make sure you actually add the MRF to your config +4. Restart server You have to refresh your browser to see any new emoji in the picker \ No newline at end of file