Skip to content

Commit 32c2d21

Browse files
authored
Update README.md
1 parent 3528ded commit 32c2d21

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/on-windows/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@
77
2. In MSYS2 console:
88

99
pacman -Syu
10-
pacman -S make git python python-pip
10+
pacman -S make git python python-pip tmux
1111

1212
3. Use any command in the MSYS2 command prompt.
1313

14-
4. PATCH nodeenv: https://github.com/ekalinin/nodeenv/pull/238
15-
16-
# nano `python -c "import nodeenv; print(nodeenv.__file__)"`
17-
- is_CYGWIN = platform.system().startswith('CYGWIN')
18-
+ is_CYGWIN = platform.system().startswith(('CYGWIN', 'MSYS'))
14+
4. PATCH nodeenv: https://github.com/ekalinin/nodeenv/pull/263
1915

2016
5. Optional: Apply MSYS2 "Open Here" settings (execute `msys2-here.reg`).
2117

0 commit comments

Comments
 (0)