aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-06-12 00:28:56 -0400
committerDeterminant <ted.sybil@gmail.com>2019-06-12 00:28:56 -0400
commit4c7456063b467e7a8649434195ee446633d7e32a (patch)
tree1bf68b5d7c0e093cf8fea1c171db8fa9154bdade /README.rst
parent929a6d9370a0b92ef2b72eab4ecfe7ca7910be04 (diff)
add README; clean up the examples
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