Skip to content

Commit be134bc

Browse files
author
neil
committed
update
1 parent 5747546 commit be134bc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,12 @@ All examples below use `python3 anyvm.py ...`. You can also run `python3 anyvm.p
256256
- `--disktype <type>`: Disk interface type (e.g. `virtio`, `ide`).
257257
- Example: `python3 anyvm.py --os dragonflybsd --disktype ide`
258258

259-
- `--whpx`: (Windows) Attempt to use WHPX acceleration.
260-
- Example: `python3 anyvm.py --os freebsd --whpx`
259+
261260

262261
### Data directory
263262

264-
- `--data-dir <dir>` / `--workingdir <dir>`: Directory used to store images and caches (default: `./output`).
265-
- Example: `python3 anyvm.py --os freebsd --data-dir .\\output`
263+
- `--data-dir <dir>`: Directory used to store images and caches (default: `./output`).
264+
- Example: `python3 anyvm.py --os freebsd --data-dir output`
266265

267266
### Run a command inside the VM
268267

0 commit comments

Comments
 (0)