Skip to content

Commit

Permalink
README modified
Browse files Browse the repository at this point in the history
  • Loading branch information
taq committed Mar 3, 2009
1 parent fe7f022 commit 48c1443
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README
Expand Up @@ -2,9 +2,13 @@ Vim with Rspec

INSTALL
-------
This plugin make easy to run the spec command inside Vim. You need xsltproc and grep to use it.
To install, unpackl the files on your ~/.vim directory and source it to make it available.
There are three files: the script, the XSL file and the syntax file.
This plugin make easy to run the spec command inside Vim. You need xsltproc
(http://www.xmlsoft.org/XSLT/xsltproc2.html) and grep (http://www.gnu.org/software/grep)
to use it. There are three files: the script, the XSL file and the syntax file.

To install, unpack the files on your ~/.vim directory and source it to make it available. You
can also use the Makefile to install the files, just type:
make install

USAGE
-----
Expand Down

0 comments on commit 48c1443

Please sign in to comment.