From db63bf136e9d3edea13dd566b4b812a80f82cc30 Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Tue, 16 Oct 2012 20:12:14 +0200 Subject: [PATCH] Flesh out installation steps in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a8ef4c..6ac2de92 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,6 @@ Cat, `ack --bar` will draw (of course) Admiral Ackbar. perl Makefile.PL make make test - cp ack-standalone ~/bin/ack2 + sudo make install # for a system-wide installation (recommended) + # - or - + cp ack-standalone ~/bin/ack2 # for a personal installation