diff --git a/AUTHORS.txt b/AUTHORS.txt index bbaaae2..21a12db 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -41,6 +41,7 @@ nagev (@np1) Chris Lasher (@gotgenes) Doan Thanh Nam (@tndoan) Markus Koller (@toupeira) +Justin Cheevers @justincheevers @something are github user names. diff --git a/README.rst b/README.rst index 3b5bd75..710f189 100644 --- a/README.rst +++ b/README.rst @@ -73,6 +73,13 @@ The first thing you need after that is an up-to-date version of Jedi. You can either get it via ``pip install jedi`` or with ``git submodule update --init`` in your jedi-vim repository. +Example Installation Command using Pathogen: + +.. code-block:: sh + + cd ~/.vim/bundle/ && git clone --recursive https://github.com/davidhalter/jedi-vim.git + + On Arch Linux, you can also install jedi-vim from AUR: `vim-jedi `__.