From cbb3a85b5af718a9d3bfb37dc015b9a4904ae0c5 Mon Sep 17 00:00:00 2001 From: Hannele Ruiz Date: Wed, 6 Dec 2023 13:05:28 -0300 Subject: [PATCH] Fixed the line about Docker on Windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ce7bbd..ff2d525 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ docker pull ghcr.io/justalemon/5desc Open a terminal/console and run `5desc`. This will automatically convert your README.md to a README.html compatible with 5mods. -for Docker, you can use the following command in Windows: +For Docker, you can use the following command to run 5desc in the current working directory in Windows: ``` docker run --rm -it -v "%cd%":/files ghcr.io/justalemon/5desc