File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,16 @@ And uninstall the server with `denops_shared_server#uninstall()` like
2121
2222This 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
You can’t perform that action at this time.
0 commit comments