aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..1e8af87
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,14 @@
+salticidae-go
+-------------
+
+Go bindings for Salticidae network library
+
+Build
+-----
+
+::
+
+ go get github.com/Determinant/salticidae-go
+ cd $GOPATH/src/github.com/Determinant/salticidae-go/
+ # make sure you already had salticidae dependecies installed (openssl and libuv)
+ make