Fix minor error on docs

This commit is contained in:
FredWuCZ
2024-10-23 09:02:12 +08:00
parent f0ae387b39
commit 05b317f151
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ egrep -c '(vmx|svm)' /proc/cpuinfo
on Linux. If the return value is greater than zero, the processor should be able to support KVM.
> **Note**: macOS hosts generally do not support KVM.
> **Note**: macOS hosts generally do not support KVM. You are advised to use VMware if you would like to run OSWorld on macOS.
## Install Docker
@@ -23,7 +23,7 @@ If your hosting platform supports graphical user interface (GUI), you may refer
## Running Experiments
Add the following arguments when initializing `DesktopEnv`:
- `provider`: `docker`
- `provider_name`: `docker`
- `os_type`: `Ubuntu` or `Windows`, depending on the OS of the VM
Please allow for some time to download the virtual machine snapshot on your first run.