Update README.md

This commit is contained in:
Arseniy Kuznetsov
2022-10-31 08:42:37 +00:00
committed by GitHub
parent bc10cd177e
commit 21df52d399

View File

@@ -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: 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 #### MKTXP stack install