mirror of
https://github.com/phuryn/pm-skills.git
synced 2026-06-10 13:34:56 +03:00
Correct link formatting in README.md
Fix typo in known issue section regarding Cowork VM.
This commit is contained in:
@@ -380,7 +380,7 @@ Curated by Paweł Huryn from [The Product Compass Newsletter](https://www.produc
|
||||
|
||||
## Known Issue on Windows
|
||||
|
||||
If your Cowork is unstable and can't start a VM ([claude-code/issues/27010](https://github.com/anthropics/claude-code/issues/27010)] try:
|
||||
If your Cowork is unstable and can't start a VM ([claude-code/issues/27010](https://github.com/anthropics/claude-code/issues/27010), try:
|
||||
|
||||
```powershell
|
||||
$action = New-ScheduledTaskAction -Execute "powershell.exe" -Argument "-WindowStyle Hidden -Command `"if ((Get-Service CoworkVMService).Status -ne 'Running') { Start-Service CoworkVMService }`""
|
||||
|
||||
Reference in New Issue
Block a user