From 7f49547565153c2ac3e8e769e9d58edcc33cca4e Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 6 May 2020 01:01:13 -0500 Subject: [PATCH] Clarification about `rm -r /opt/pleroma/instance` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 300022678..f4b0f5760 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,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 -r /opt/pleroma/instance`. +To remove soapbox-fe and revert to the default pleroma-fe, simply `rm -r /opt/pleroma/instance/index.html` (you can delete other stuff in there too, but be careful not to delete your own HTML files). # Running locally