Skip to content

Commit 71c5487

Browse files
committed
Manual update: Win users to pull symbol links as per python-mode#991
1 parent 7a449a5 commit 71c5487

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ help packages` in vim for details.
9191
git clone --recursive https://github.com/python-mode/python-mode.git
9292
cd python-mode
9393

94+
Note. Windows OS users need to add `-c core.symlinks=true`. See below.
95+
9496
## Using pathogen
9597

9698
cd ~/.vim
@@ -172,6 +174,11 @@ checking (e.g. for async) add:
172174

173175
To your vimrc or exrc file.
174176

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`
181+
175182
# Documentation
176183

177184
Documentation is available in your vim `:help pymode`.

0 commit comments

Comments
 (0)