diff --git a/README.md b/README.md
index 9117e01..b17267d 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,9 @@ This is a simple Matrix bot that uses OpenAI's GPT API and a Chatbot to generate
## Installation and Setup
Docker method:
Edit `config.json` with proper values
+Create an empty file, for persist database only
```bash
+touch bot
sudo docker compose up -d
```