Skip to content

Commit 13d5645

Browse files
clarity
1 parent 4b0c58e commit 13d5645

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/windows-install.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,14 @@ Now make sure you are still in the OneClick-macOS-Simple-KVM directory. The path
6666
/mnt/c/users/WINDOWS_USER_NAME/Documents/OneClick-macOS-Simple-KVM
6767
```
6868

69-
Before running `setup.sh` and installing macOS, you will need to follow a few steps first to get the best performance out of the VM. First, download VNC Viewer [here](https://www.realvnc.com/en/connect/download/viewer/).
69+
After that, download VNC Viewer [here](https://www.realvnc.com/en/connect/download/viewer/).
7070

71-
Next run `./setup.sh`.
71+
Next, run the setup script:
72+
```
73+
./setup.sh
74+
```
7275

73-
Once you see a QEMU window pop up, press ctrl+c in the terminal and run `sudo HEADLESS=1 ./basic.sh`. This will start the VM in "headless" mode, which puts the output of the display onto a local port. Open VNC Viewer, and go to `localhost:5900` to connect to the VM using VNC.
76+
Once you see a QEMU window pop up, press ctrl+c in the terminal and then run `sudo HEADLESS=1 ./basic.sh` in the terminal. This will start the VM in "headless" mode, which puts the output of the display onto a local port. Open VNC Viewer, and go to `localhost:5900` to connect to the VM using VNC.
7477

7578
Whenever you want to load up the machine again, run `sudo HEADLESS=1 ./basic.sh`, NOT `./setup.sh` or `./basic.sh`.
7679

0 commit comments

Comments
 (0)