diff --git a/README.md b/README.md index 030d90e..18d36d9 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ vmrun -T ws snapshot "Ubuntu/Ubuntu.vmx" "init_state" For macOS with Apple chips, you should install the specially prepared virtual machine image by executing the following commands: ```bash gdown https://drive.google.com/drive/folders/19hm12x7Vo1FUSkY64uij5vIZMkdXJyz0 -O Ubuntu --folder -vmrun -T fusion start "Ubuntu/Ubuntu.vmx" -vmrun -T fusion snapshot "Ubuntu/Ubuntu.vmx" "init_state" +vmrun -T fusion start "Ubuntu/DesktopEnv-Ubuntu 64-bit Arm.vmx" +vmrun -T fusion snapshot "Ubuntu/DesktopEnv-Ubuntu 64-bit Arm.vmx" "init_state" ``` ### On AWS or Azure (Virtualized platform) @@ -89,7 +89,7 @@ example = { } env = DesktopEnv( - path_to_vm="Ubuntu/Ubuntu.vmx", + path_to_vm=r"Ubuntu/DesktopEnv-Ubuntu 64-bit Arm.vmx", action_space="pyautogui" )