From 21df52d3994d9dc8008084fef5f718c5b92f1d28 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Mon, 31 Oct 2022 08:42:37 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c62842..80f2e46 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ nano mktxp.conf # copy & edit sample entry(ies) from above ``` Now you can mount this folder and run your docker instance with: ``` -❯ docker run -v ./mktxp:/home/mktxp/mktxp/ -it --rm ghcr.io/akpw/mktxp:latest +❯ docker run -v "/$(pwd)/mktxp:/home/mktxp/mktxp/" -it --rm ghcr.io/akpw/mktxp:latest ``` #### MKTXP stack install