Merge branch 'fix_rm_typo' into 'develop'

Use correct index.html location in README.md

See merge request soapbox-pub/soapbox-fe!431
This commit is contained in:
Alex Gleason
2021-01-20 01:18:37 +00:00

View File

@ -25,7 +25,7 @@ busybox unzip soapbox-fe.zip -o -d /opt/pleroma/instance
The change will take effect immediately, just refresh your browser tab.
It's not necessary to restart the Pleroma service.
To remove Soapbox FE and revert to the default pleroma-fe, simply `rm /opt/pleroma/instance/index.html` (you can delete other stuff in there too, but be careful not to delete your own HTML files).
To remove Soapbox FE and revert to the default pleroma-fe, simply `rm /opt/pleroma/instance/static/index.html` (you can delete other stuff in there too, but be careful not to delete your own HTML files).
## How does it work?