From 8e633f7b92312891f07b8f7840ee4055e15a2c34 Mon Sep 17 00:00:00 2001 From: Nicco Date: Wed, 8 May 2019 12:09:02 +0200 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ca88afa..b190390 100644 --- a/README.md +++ b/README.md @@ -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.