From cf1054b88804603efef6baa03177c900aff9e82f Mon Sep 17 00:00:00 2001 From: Wingy Date: Wed, 15 Sep 2021 15:23:50 -0400 Subject: [PATCH] Default Profile Pictures location in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c7c0a42..8733da5 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,9 @@ SMILE=true MARKDOWN=false ``` +## Default Profile Pictures +To replace the default snowman profile pictures, replace the files in `static/img/default-pfps`. In docker, mount `/usr/src/app/static/img/default-pfps`. + ## Startup ```sh npm start