add favicon actions to readme
This commit is contained in:
parent
13422ca3bb
commit
34c5c28277
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue