From 995ecef19586302384e30daa6501d1b69448422b Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Fri, 21 Dec 2018 23:07:23 +0100 Subject: [PATCH] document "occ social:reset" in readme Signed-off-by: Jonas Sulzer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 303ad315..6ef0e0eb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Some requirements in this alpha stage are that your Nextcloud: - **🕸 Open standards:** We use the established [ActivityPub](https://en.wikipedia.org/wiki/ActivityPub) standard! - **🎨 Nice illustrations:** Made by [Katerina Limpitsouni of unDraw](https://undraw.co). +## Reset app +If you want to reset all Social app data e.g. to change the domain used for Social, you can use `occ social:reset` (For how to use occ commands see documentation: [using the occ command](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html)). ## Development setup