From 237096940a28445a7eee440d8df8a01a4742f918 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 5 May 2024 17:24:19 +0200 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 9247bf4..a16e061 100644 --- a/readme.md +++ b/readme.md @@ -144,7 +144,7 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ ```yaml volumes: - - /home/user/example.iso:/storage/custom.iso + - /home/user/example.iso:/custom.iso ``` Replace the example path `/home/user/example.iso` with the filename of your desired ISO file. The value of `VERSION` will be ignored in this case. @@ -157,7 +157,7 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ ```yaml volumes: - - /home/user/example.xml:/storage/custom.xml + - /home/user/example.xml:/custom.xml ``` Replace the example path `/home/user/example.xml` with the filename of the modified XML file. @@ -168,7 +168,7 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ ```yaml volumes: - - /home/user/example:/storage/oem + - /home/user/example:/oem ``` The example folder `/home/user/example` will be copied to `C:\OEM` during installation and the containing `install.bat` will be executed during the last step.