Use go Makefiles

This commit is contained in:
tj
2009-11-22 00:05:12 +01:00
parent f9ea765794
commit 841757090b
6 changed files with 51 additions and 36 deletions

15
README.markdown Normal file
View File

@@ -0,0 +1,15 @@
Description
----------
Event based irc client library.
Install
----------
$ git clone git@github.com:thoj/Go-IRC-Client-Library.git
$ cd Go-IRC-Client-Library
$ make
$ make install
Example
----------
See example/test.go