Skip to content

Commit 3516206

Browse files
authored
docs: Readme (#33)
1 parent 87f26d1 commit 3516206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
6262

6363
* ### How do I specify another Windows version?
6464

65-
You can add the `VERSION` environment variable to your compose file, in order to specify the Windows version you want to download:
65+
By default, Windows 11 will be installed. But you can add the `VERSION` environment variable to your compose file, in order to specify an alternative Windows version to download:
6666

6767
```yaml
6868
environment:
@@ -82,7 +82,7 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
8282

8383
You can supply your own ISO file by naming it ```custom.iso``` and placing it in the ```/storage``` folder.
8484

85-
Make sure to delete every other file in this folder, so that there are no leftovers from previous installations. 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).
85+
Make sure to delete any other files in this folder, so that there are no leftovers from previous installations. 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).
8686

8787
* ### How do I increase the amount of CPU or RAM?
8888

@@ -160,7 +160,7 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
160160

161161
- Wait until Windows finishes copying files and completes the installation.
162162

163-
- Once you see your desktop, open File Explorer and navigate to the CD-ROM drive (E:). Double-click on ```virtio-win-gt-x64.msi``` and proceed to install the VirtIO drivers.
163+
- Once you see the desktop, open File Explorer and navigate to the CD-ROM drive (E:). Double-click on ```virtio-win-gt-x64.msi``` and proceed to install the VirtIO drivers.
164164

165165
- Now your Windows installation is ready for use. Enjoy it, and don't forget to star this repo!
166166

0 commit comments

Comments
 (0)