Merge pull request #114 from realitygaps/master

Adding a warning and header to delete/reset docs
pull/1/head
ansuz 2017-05-09 10:11:36 +02:00 committed by GitHub
commit 31c59068d4
1 changed files with 3 additions and 0 deletions

View File

@ -73,9 +73,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;