Skip to content

Commit 1259c37

Browse files
committed
comments: clarification about how to make it work on windows.
1 parent 2fc8c4f commit 1259c37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/markmap/utils.lua

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ local is_windows = uv.os_uname().sysname == "Windows_NT"
88
---On windows, run it with {} so it doesn't spawn a shell.
99
---On unix, run it as string so it spawn a shell,
1010
---so ENV is available, which is mandatory on termux.
11+
---
12+
---NOTE: In order to work on windows,
13+
--- the executables must be added to path in at windows level.
1114
---@param cmd string command to run.
1215
---@param arguments table arguments to pass to the cmd.
1316
---@return number job pid of the job, so we can stop it later.

0 commit comments

Comments
 (0)