From 7451ac91766a51ebc4a587f3c52219f5b1de7f90 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 7 Jan 2013 12:51:30 -0800 Subject: [PATCH] install instructions in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8227ff1..d2246d6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ for line := range t.Lines { } ``` +## Installing + + go get github.com/ActiveState/tail + ## Building To build and test the package,