From ccf98d5f9acb2f99cae0bb4e933ee957633a9495 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Wed, 30 Nov 2022 16:28:08 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f0e28c..2bfba38 100644 --- a/README.md +++ b/README.md @@ -153,19 +153,19 @@ For Ubuntu, official recommend mirror lists are here:

-**--dhcp-static**: Default to use DHCP to finish network configuration, if the network of your machine is static, you need to add it. it is equal with add --ip-addr "" --ip-mask "" --ip-gate "", if you add this, don't distribute the following three items again! It must be added in the last of the command. +**--dhcp-static**: Default to use DHCP to finish network configuration. If your cloud provider is a small or middle merchant, the network of your machine may be static so you need to add it. it is equal with add --ip-addr "" --ip-mask "" --ip-gate "", if you add this, don't distribute the following three items again! It must be added in the last of the command.

-**--ip-addr "IPv4 address"**: If your cloud provider is from a oneman merchant etc, you should input it manually. it must be added with --ip-gate and --ip-mask, if you have added --dhcp-static, don't assign it again! +**--ip-addr "IPv4 address"**: It must be added with --ip-gate and --ip-mask, if you have added --dhcp-static, don't assign it again!

-**--ip-gate "IPv4 gateway"**: If your cloud provider is from a oneman merchant etc, you should input it manually. it must be added with --ip-addr and --ip-mask, if you have added --dhcp-static, don't assign it again! +**--ip-gate "IPv4 gateway"**: It must be added with --ip-addr and --ip-mask, if you have added --dhcp-static, don't assign it again!

-**--ip-mask "IPv4 subnet musk"**: If your cloud provider is from a oneman merchant etc, you should input it manually. it must be added with --ip-addr and --ip-gate, if you have added --dhcp-static, don't assign it again! +**--ip-mask "IPv4 subnet musk"**: It must be added with --ip-addr and --ip-gate, if you have added --dhcp-static, don't assign it again!