Skip to content

Commit

Permalink
Merge pull request #2 from santagada/master
Browse files Browse the repository at this point in the history
I did a very small modification on how to install ack
  • Loading branch information
djanowski committed Jun 12, 2011
2 parents 6da6543 + 1fe3972 commit e94f1d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ searching code bases.

=over

=item Unix (with perl installed)

sudo cpan App::Ack

=item OS X / Homebrew

brew install ack
Expand All @@ -16,11 +20,7 @@ searching code bases.

sudo port install p5-app-ack

=item Debian

sudo apt-get install ack-grep; sudo ln -s $(which ack-grep) /usr/local/bin/ack

=item Ubuntu
=item Debian/Ubuntu

sudo apt-get install ack-grep; sudo ln -s $(which ack-grep) /usr/local/bin/ack

Expand Down

0 comments on commit e94f1d4

Please sign in to comment.