From 34c5c2827740021bb1750708805f12b9438be5b4 Mon Sep 17 00:00:00 2001 From: lauralani Date: Tue, 8 Aug 2023 13:47:24 +0200 Subject: [PATCH] add favicon actions to readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5c0e7f..5acdd49 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # mastodon-customizations -Customizations for https://social.lila.network \ No newline at end of file +Customizations for https://social.lila.network + +## Favicon +```bash +su - mastodon +./custom-favicon.sh + +cd ~/live +RAILS_ENV=production bundle exec rake tmp:cache:clear +RAILS_ENV=production bundle exec rails assets:precompile + +# then become root +sudo systemctl reload mastodon-web +``` \ No newline at end of file