Skip to content

Commit

Permalink
Added note about installing ack
Browse files Browse the repository at this point in the history
  • Loading branch information
mileszs committed Jan 20, 2009
1 parent 043bb33 commit 01cbddb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ ack from vim, and shows the results in a split window.

## Installation ##

You have to install [ack](http://search.cpan.org/~petdance/ack/ack), of course. On Ubuntu, that's as easy as

<pre>
<code>
sudo apt-get install ack-grep
</code>
</pre>

Otherwise, you are on your own.

As for the plugin:

The file ack.vim goes in ~/.vim/plugin, and the ack.txt file belongs in ~/.vim/doc. Be sure to run

:helptags ~/doc
Expand Down

0 comments on commit 01cbddb

Please sign in to comment.