Adding a warning and header to delete/reset docs

This commit is contained in:
realitygaps 2017-05-05 21:33:45 +02:00 committed by GitHub
parent 9c2da10d79
commit d4ca28e63e
1 changed files with 3 additions and 0 deletions

View File

@ -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;