1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-24 08:23:19 +00:00

Fix up README.

This commit is contained in:
Alex Bramley 2012-06-06 15:22:06 +01:00
parent dbdc470c5c
commit e3ba7b6b96

View file

@ -5,14 +5,9 @@ GoIRC Client Framework
Pretty simple, really:
goinstall github.com/fluffle/goirc
go get github.com/fluffle/goirc/client
You can build the test client also with:
make
./gobot
This will connect to freenode and join `#go-nuts` by default, so be careful ;-)
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 ;-)
### Using the framework