Skip to content

Commit d95d7c9

Browse files
committed
Update readme
1 parent 28c4f28 commit d95d7c9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,9 @@ if available, but that may not be what you want or need. Therefore, prior to exe
313313

314314
Note: for windows the local setup script path is `%APPDATA%/elixir_ls/setup.bat` (which is often `C:\Users\<username>\AppData\Roaming\elixir_ls`)
315315

316-
Note: It is important that the setup script not print any output. On linux this might be
317-
accomplished by adding `>/dev/null` and/or `2>/dev/null` at the end of any line that produces
318-
output, and for a windows batch script you will want `@echo off` at the top and `>nul` on every
319-
line.
316+
Note: The script must not read from `stdin` and write to `stdout` and `stderr`. On unix/linux/macOS
317+
this might be accomplished by adding `>/dev/null` and/or `2>/dev/null` at the end of any line that produces
318+
output, and for a windows batch script you will want `@echo off` at the top and `>nul` and/or `2>nul`.
320319

321320
## Environment variables
322321

0 commit comments

Comments
 (0)