Skip to content

Commit 538f5c6

Browse files
timtheliondiraol
authored andcommitted
Update readme.md with improved installation instructions
1 parent ac97c66 commit 538f5c6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@ Vim >= 7.3 (most features needed +python or +python3 support) (also
8787
As of vim8 there is an officially supported way of adding plugins. See `:tab
8888
help packages` in vim for details.
8989

90-
cd ~/.vim/pack/foo/start
91-
git clone https://github.com/python-mode/python-mode.git
90+
cd ~/.vim/pack/python-mode/start
91+
git clone --recursive https://github.com/python-mode/python-mode.git
9292
cd python-mode
93-
git submodule update --init --recursive
9493

9594
## Using pathogen
9695

0 commit comments

Comments
 (0)