瀏覽代碼

docs: Readme (#146)

Kroese 1 年之前
父節點
當前提交
32ede2ec23
共有 1 個文件被更改,包括 11 次插入11 次删除
  1. 11 11
      readme.md

+ 11 - 11
readme.md

@@ -126,6 +126,17 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti
 
 
   Replace the example path `/var/win` with the desired storage folder.
   Replace the example path `/var/win` with the desired storage folder.
 
 
+* ### How do I install a custom image?
+
+  In order to download a custom ISO image, start a clean container with the URL specified in the `VERSION` environment variable:
+  
+  ```yaml
+  environment:
+    VERSION: "https://example.com/win.iso"
+  ```
+
+  Alternatively, you can also rename a local file to `custom.iso` and place it in an empty `/storage` folder to skip the download.
+
 * ### How do I perform a manual installation?
 * ### How do I perform a manual installation?
 
 
   It's best to use the automatic installation, as it optimizes various settings for use with this container.
   It's best to use the automatic installation, as it optimizes various settings for use with this container.
@@ -155,17 +166,6 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti
 
 
   Enjoy your brand new machine, and don't forget to star this repo!
   Enjoy your brand new machine, and don't forget to star this repo!
 
 
-* ### How do I install a custom image?
-
-  In order to download a custom ISO image, start a clean container with the URL specified in the `VERSION` environment variable:
-  
-  ```yaml
-  environment:
-    VERSION: "https://example.com/win.iso"
-  ```
-
-  Alternatively, you can also rename a local file to `custom.iso` and place it in an empty `/storage` folder to skip the download.
-
 * ### How do I assign an individual IP address to the container?
 * ### How do I assign an individual IP address to the container?
 
 
   By default, the container uses bridge networking, which shares the IP address with the host. 
   By default, the container uses bridge networking, which shares the IP address with the host.