install instructions in README

This commit is contained in:
Sridhar Ratnakumar 2013-01-07 12:51:30 -08:00
parent 94b64e81e8
commit 7451ac9176
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ for line := range t.Lines {
} }
``` ```
## Installing
go get github.com/ActiveState/tail
## Building ## Building
To build and test the package, To build and test the package,