diff --git a/README.rst b/README.rst index 67c7a2f..da18111 100644 --- a/README.rst +++ b/README.rst @@ -91,6 +91,14 @@ Example installation command using Pathogen: git clone --recursive https://github.com/davidhalter/jedi-vim.git ~/.vim/bundle/jedi-vim +Example installation using Vundle: + +Add the following line in your `~/.vimrc` + +.. code-block:: vim + + Plugin 'davidhalter/jedi-vim' + Installation with your distribution -----------------------------------