add favicon actions to readme

This commit is contained in:
Adora Laura Kalb 2023-08-08 13:47:24 +02:00
parent 13422ca3bb
commit 34c5c28277

View file

@ -1,3 +1,16 @@
# mastodon-customizations
Customizations for https://social.lila.network
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
```