Update README.md

This commit is contained in:
Nicco 2019-05-08 12:09:02 +02:00 committed by GitHub
parent c8cef47804
commit 8e633f7b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -21,16 +21,6 @@ vim settings.json
docker-compose up -d
```
### (Default) Persist the DB 💽
By default the DB is persisted into `dirty.db`.
To start with a clean state you need to delete the `dirty.db` file.
Either run `rm dirty.db; touch dirty.db` or `cat /dev/null > dirty.db`.
docker-compose requires that the file exists, otherwise it will mount it as a folder.
###### Note
Pluings are not persisted, since they are only saved in the DB. The plugin data though is persisted inside of the DB.
### Recommended Plugins
- activepads
@ -40,3 +30,13 @@ Pluings are not persisted, since they are only saved in the DB. The plugin data
- push2delete
- set_title_on_pad
- small_list
### (Default) Persist the DB 💽
By default the DB is persisted into `dirty.db`.
To start with a clean state you need to delete the `dirty.db` file.
Either run `rm dirty.db; touch dirty.db` or `cat /dev/null > dirty.db`.
docker-compose requires that the file exists, otherwise it will mount it as a folder.
###### Note
Pluings are not persisted, since they are only saved in the DB. The plugin data though is persisted inside of the DB.