Add installation instructions.

This commit is contained in:
Vladimir Mihailenco 2012-08-06 17:17:18 +03:00
parent fa5858dbc4
commit ea3677294b
1 changed files with 16 additions and 0 deletions

View File

@ -13,6 +13,22 @@ Supports:
- TLS connections. - TLS connections.
- Thread safety. - Thread safety.
Installation
------------
Run:
go get github.com/vmihailenco/bufreader
go get github.com/vmihailenco/redis
Run tests:
go test -gocheck.v
Run benchmarks:
go test -gocheck.b
Getting Client instance Getting Client instance
----------------------- -----------------------