From 6611ca31b6809750546895af3ee42fc049d03bf3 Mon Sep 17 00:00:00 2001 From: Moon Man Date: Tue, 24 Mar 2020 01:04:10 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29bfee6..7038656 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ 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. -2. optionally add a whitelist: `config :pleroma, :emoji_stealer, whitelist: [ "freespeechextremist.com", "shitposter.club" ]` -3. Create directory priv/static/emoji/stolen +2. optionally add a whitelist: `config :pleroma, :emoji_stealer, whitelist: ["freespeechextremist.com", "shitposter.club"]` +3. Create new directory in wherever your STATIC-DIR is configured, STATIC-DIR/emoji/stolen 4. Make sure you actually add the MRF to your config 5. Restart server