Skip to content

Commit

Permalink
Merge pull request #33 from mcepl/vim-plugin-readme
Browse files Browse the repository at this point in the history
Fix README with instructions on installation.
  • Loading branch information
jaredly committed Aug 13, 2016
2 parents 33bb8f8 + f11b768 commit fc708fd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.rst
@@ -1,7 +1,7 @@
.. |vim-debug-logo| image:: https://raw.github.com/jabapyth/vim-debug/master/logo.png

|vim-debug-logo| vim-debug
=========================
==========================

.. Maintainer: Jared Forsyth <jared@jaredforsyth.com>
.. Source: http://github.com/jabapyth/vim-phpdebug
Expand Down Expand Up @@ -101,10 +101,13 @@ Installation

Execute the following commands::

sudo pip install dbgp vim-debug
install-vim-debug.py
sudo pip install dbgp

Note: the ``install-vim-debug.py`` command installs the ``debugger.vim`` in your ``$VIM/plugins/`` directory.
and then use your preferred vim plugin manage (`pathogen
<https://github.com/tpope/vim-pathogen>`_, `Vundle
<https://github.com/gmarik/vundle>`_, `vim-plug
<https://github.com/junegunn/vim-plug>`_, et al.) and install this
repository (``jaredly/vim-debug``) as appropriate for the given manager.

Take a look
----------------------
Expand Down

0 comments on commit fc708fd

Please sign in to comment.