Skip to content

Commit 853d48e

Browse files
authored
docs: Readme (#67)
1 parent 144f24c commit 853d48e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

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

119119
* ### How do I perform a manual installation?
120120

121-
If you prefer to perform the installation manually in order to customize some options, such as selecting another edition, add the following environment variable:
121+
If you prefer to perform the installation manually in order to customize some options, add the following environment variable:
122122

123123
```yaml
124124
environment:
@@ -152,7 +152,9 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
152152
VERSION: "https://example.com/win.iso"
153153
```
154154

155-
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.
155+
Make sure your `/storage` folder is empty before starting the container.
156+
157+
Alternatively, you can also place a file called `custom.iso` in that folder to skip the download.
156158

157159
* ### How do I pass-through a disk?
158160

0 commit comments

Comments
 (0)