summaryrefslogtreecommitdiff
path: root/src/hub/prepare
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub/prepare')
-rwxr-xr-xsrc/hub/prepare5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hub/prepare b/src/hub/prepare
new file mode 100755
index 0000000..31e0efc
--- /dev/null
+++ b/src/hub/prepare
@@ -0,0 +1,5 @@
+#!/bin/sh
+export GOPATH=$(pwd)
+export PATH=$GOPATH/bin:$PATH
+go get "github.com/coopernurse/gorp"
+go get "github.com/mattn/go-sqlite3"