From 8ce4857b33e72414648d8d53cd9c6f4d98f58d5d Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 16 Jan 2024 00:02:46 +0100 Subject: [PATCH] docs: Fix link (#25) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ed98515..e19028b 100644 --- a/readme.md +++ b/readme.md @@ -45,7 +45,7 @@ services: Via `docker run` ```bash -docker run -it --rm -e "VERSION=win11x64" -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/windows +docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/windows ``` ## FAQ @@ -82,7 +82,7 @@ docker run -it --rm -e "VERSION=win11x64" -p 8006:8006 --device=/dev/kvm --cap-a * ### How do I use a custom ISO file? - You can supply your own ISO file by naming it ```custom.iso``` and placing it in the ```/storage``` folder. Then follow the same steps as for [manual installation](https://github.com/dockur/windows/tree/dev?tab=readme-ov-file#how-do-i-perform-a-manual-installation). + You can supply your own ISO file by naming it ```custom.iso``` and placing it in the ```/storage``` folder. Then follow the same steps as for [manual installation](https://github.com/dockur/windows/tree/master?tab=readme-ov-file#how-do-i-perform-a-manual-installation). * ### How do I increase the amount of CPU or RAM?