Fix up README.

This commit is contained in:
Alex Bramley 2012-06-06 15:22:06 +01:00
parent dbdc470c5c
commit e3ba7b6b96
1 changed files with 2 additions and 7 deletions

View File

@ -5,14 +5,9 @@ GoIRC Client Framework
Pretty simple, really: Pretty simple, really:
goinstall github.com/fluffle/goirc go get github.com/fluffle/goirc/client
You can build the test client also with: There is some example code that demonstrates usage of the library in `client.go`. This will connect to freenode and join `#go-nuts` by default, so be careful ;-)
make
./gobot
This will connect to freenode and join `#go-nuts` by default, so be careful ;-)
### Using the framework ### Using the framework