We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e8339 commit 72ed8c1Copy full SHA for 72ed8c1
1 file changed
readme.md
@@ -177,7 +177,7 @@ To your vimrc or exrc file.
177
## Symlinks on Windows
178
179
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`
+repository. Example: `git clone --recurse-submodules https://github.com/python-mode/python-mode -c core.symlinks=true`
181
182
# Documentation
183
0 commit comments