added README
1 files changed, 28 insertions(+), 0 deletions(-)

A => README.md
A => README.md +28 -0
@@ 0,0 1,28 @@ 
+hackurist
+=========
+[hackurist](https://bitbucket.com/telesto/hackurist) is made up of a client library and a client command line program to access a running [dfhack](https://github.com/DFHack/dfhack) rpc server. It is written in [Go](http://golang.org/). 
+
+client library
+--------------
+Installation:
+
+	go get bitbucket.org/telesto/hackurist
+
+API Documentation: (http://godoc.org/bitbucket.org/telesto/hackurist)
+
+
+command line tool
+-----------------
+The command line tool is similar to dfhack-run.
+
+Installation:
+
+	go get bitbucket.org/telesto/hackurist/cmd/hackurist
+
+Usage: See
+
+	hackurist -h
+
+Discussion/Contact
+------------------
+todo