Skip to content

Commit 72ed8c1

Browse files
committed
Improve docs for windows users
1 parent d9e8339 commit 72ed8c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ To your vimrc or exrc file.
177177
## Symlinks on Windows
178178

179179
Users on Windows OS might need to add `-c core.symlinks=true` switch to correctly clone / pull
180-
repository. Example: `git clone --recursive https://github.com/python-mode/python-mode -c core.symlinks=true`
180+
repository. Example: `git clone --recurse-submodules https://github.com/python-mode/python-mode -c core.symlinks=true`
181181

182182
# Documentation
183183

0 commit comments

Comments
 (0)