Skip to content

Commit

Permalink
Merge pull request thoughtbot#4 from jdeerhake/patch-1
Browse files Browse the repository at this point in the history
In the Ubuntu repos, ack is a "Kanji code converter" - I think you're looking for ack-grep
  • Loading branch information
Dan Croak committed Aug 10, 2011
2 parents 047231e + 557736b commit e10793c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "Install Redis, a key-value database ..."
sudo apt-get install redis-server -y

echo "Installing ack, a good way to search through files ..."
sudo apt-get install ack -y
sudo apt-get install ack-grep -y

echo "Installing ImageMagick, good for cropping and re-sizing images ..."
sudo apt-get install imagemagick --fix-missing -y
Expand Down

0 comments on commit e10793c

Please sign in to comment.