From f1a1d00b963cc8774b1524ac31e2de8971309c21 Mon Sep 17 00:00:00 2001 From: Paillat Date: Sun, 27 Nov 2022 16:57:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed239bb..dc7e5e9 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ You can run this bot with docker. First clone this repository. Now replace the t Now create a directory called `botator` where you want the database files to be stored, and run the following command into that directory to run the container. -`docker run -d --name botatordef -v ./:/Botator/database botator:latest` +`docker run -d --name botatordef -v **your botator folder directory**:/Botator/database botator:latest`