Skip to content

Commit 8c6a779

Browse files
committed
doc: changed method for Windows
1 parent f23ddb6 commit 8c6a779

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ And uninstall the server with `denops_shared_server#uninstall()` like
2121

2222
This plugin uses the following methods to install the shared server on the system.
2323

24-
| OS | Method |
25-
| ------- | -------------------------------------------------- |
26-
| Windows | Bundled [WinSW v2](https://github.com/winsw/winsw) |
27-
| macOS | System's `launchctl` (launchd) |
28-
| Linux | System's `systemctl` (systemd) |
24+
| OS | Method |
25+
| ------- | -------------------------------------------- |
26+
| Windows | System's `powershell.exe` and [runtray-ps][] |
27+
| macOS | System's `launchctl` (launchd) |
28+
| Linux | System's `systemctl` (systemd) |
2929

30-
Note that Windows user requires .NET Framework 4.6.1 (preinstalled since Windows 10 November Update version 1511).
30+
Note that Windows user requires PowerShell 3.0 (preinstalled since Windows 8).
31+
[runtray-ps][]'s script file is automatically downloaded.
32+
33+
[runtray-ps]: https://github.com/Milly/runtray-ps
3134

3235
## License
3336

0 commit comments

Comments
 (0)