diff --git a/README.md b/README.md index 19b5ac1..5da5aaa 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -Should configure Windows VM to run `act_runner` on reboot. +To configure Windows VM to run `act_runner` on reboot, just have to add a shortcut to the `.exe` in: + +``` +C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp +``` + +With the `Target`: + +``` +cmd /C "C:\path\to\act_runner-main-windows-amd64.exe" daemon +``` + +Can also set `Run` to `Minimised`.