Skip to content

Commit 1bd3b49

Browse files
authored
Update readme.md
1 parent 8d67390 commit 1bd3b49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ help packages` in vim for details.
9797

9898
cd ~/.vim
9999
mkdir -p bundle && cd bundle
100-
git clone https://github.com/python-mode/python-mode.git
100+
git clone --recursive https://github.com/python-mode/python-mode.git
101+
101102

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

0 commit comments

Comments
 (0)