Skip to content

Commit 23b9028

Browse files
authored
Merge pull request python-mode#858 from wjstarrsiii/develop
Clarify Pathogen installation procedure for recursive submodules Fix python-mode#835
2 parents d5e7be1 + ca04e35 commit 23b9028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ help packages` in vim for details.
9292
cd python-mode
9393
git submodule update --init --recursive
9494

95-
9695
## Using pathogen
9796

9897
cd ~/.vim
9998
mkdir -p bundle && cd bundle
100-
git clone https://github.com/python-mode/python-mode.git
99+
git clone --recursive https://github.com/python-mode/python-mode.git
100+
101101

102102
Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`:
103103

0 commit comments

Comments
 (0)