From d4ca28e63e9d1859b797a110c3aed95b70e974c0 Mon Sep 17 00:00:00 2001 From: realitygaps Date: Fri, 5 May 2017 21:33:45 +0200 Subject: [PATCH] Adding a warning and header to delete/reset docs --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index b3c8a1a61..321f18e1c 100644 --- a/readme.md +++ b/readme.md @@ -70,9 +70,12 @@ bower update; # serverside dependencies npm update; ``` +## Deleting all data and resetting Cryptpad + To reset your instance of Cryptpad and remove all the data that is being stored: +**WARNING: This will reset your Cryptpad instance and remove all data** ``` # change into your cryptpad directory cd /your/cryptpad/instance/location;