aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2019-09-28 17:06:22 -0700
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2019-09-28 17:06:22 -0700
commita57b3d7ad358923489c84f9a04d5307fa2f919ce (patch)
treea4d9c0c240af2712c3daecff99e3ad99cf1b6e39
parent35b1b7ae0375671c950dc0af34128ee6fe0f995d (diff)
downloadPortableVM-a57b3d7ad358923489c84f9a04d5307fa2f919ce.tar
PortableVM-a57b3d7ad358923489c84f9a04d5307fa2f919ce.tar.gz
PortableVM-a57b3d7ad358923489c84f9a04d5307fa2f919ce.tar.bz2
PortableVM-a57b3d7ad358923489c84f9a04d5307fa2f919ce.zip
docs: update
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c01cb18..c9a8198 100644
--- a/README.md
+++ b/README.md
@@ -74,10 +74,10 @@ U 盘是专门为了折腾 WTG 买的,SanDisk CZ73 64GB。这个盘宣称写
比如说..
```shell
-C:\> lua PortableVM.lua E:\QEMU\disk.qcow2 qemu-system-i386 -hda %s .....
+C:\> lua PortableVM.lua E:\QEMU\disk.qcow2 qemu-system-i386 -hda %%s .....
```
-这里的 VM 启动命令中可以用 `%s` 代替以前的母盘路径,它会被自动替换为字盘路径。
+这里的 VM 启动命令中可以用 `%s` 代替以前的母盘路径,它会被自动替换为字盘路径。注意,Windows 下要用 `%%s` 而不是 `%s`。
# 调试选项