From 853d48e3f5f195522b527c73ccfbfdd2e536f728 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Jan 2024 12:26:19 +0100 Subject: [PATCH] docs: Readme (#67) --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 336d9c4..0a09625 100644 --- a/readme.md +++ b/readme.md @@ -118,7 +118,7 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w * ### How do I perform a manual installation? - If you prefer to perform the installation manually in order to customize some options, such as selecting another edition, add the following environment variable: + If you prefer to perform the installation manually in order to customize some options, add the following environment variable: ```yaml environment: @@ -152,7 +152,9 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w VERSION: "https://example.com/win.iso" ``` - Make sure your `/storage` folder is empty before starting the container. Alternatively, you can also place a file called `custom.iso` in that folder to skip the download. + Make sure your `/storage` folder is empty before starting the container. + + Alternatively, you can also place a file called `custom.iso` in that folder to skip the download. * ### How do I pass-through a disk?