Skip to content

Commit

Permalink
Updated README with cloning submodule note
Browse files Browse the repository at this point in the history
  • Loading branch information
tweekmonster committed Feb 17, 2017
1 parent ca2b113 commit a4dd511
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -30,6 +30,20 @@ NeoBundle 'zchee/deoplete-jedi'
Plug 'zchee/deoplete-jedi'
```

**Note:** If you don't want to use a plugin manager, you will need to clone
this repo recursively:

```
git clone --recursive https://github.com/zchee/deoplete-jedi
```

When updating the plugin, you will want to be sure that the Jedi submodule is
kept up to date with:

```
git submodule update --init
```


## Options

Expand Down

0 comments on commit a4dd511

Please sign in to comment.