From fd9632b40ac07b39adb270311cde2c460c9ba6da Mon Sep 17 00:00:00 2001 From: Simon Olofsson Date: Sat, 11 Feb 2012 10:46:53 +0100 Subject: [PATCH] README: Add installation instructions for FreeBSD. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 64aedf85..40fec6a7 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ Install with Gentoo Prefix: emerge ack +Install on FreeBSD with: + + cd /usr/ports/textproc/p5-ack/ && make install clean + You can specify a custom ack name and path in your .vimrc like so: let g:ackprg=" -H --nocolor --nogroup --column"