aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjason2016-04-18 01:42:32 +0000
committerjason2016-04-18 01:42:32 +0000
commit5f953277f8b141819f8c85ad829fe367b98ac6e5 (patch)
tree9dd71e938901b96cfb6c96f37ec609c21128a89f /README.md
parent380a772e585fdf116c846f77d28a6fa5f4ed51ec (diff)
parent17bff1d0204a766d07ab127152fd006bc302138c (diff)
downloadtorpedo-master.tar.gz
torpedo-master.zip
Merge branch 'xml-api' into 'master' HEADmaster
add initial server with ping.view endpoint Issue #1 See merge request !1
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index b82d4d4..2bf167b 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,9 @@
1Implementation details can be found here: http://www.subsonic.org/pages/api.jsp \ No newline at end of file 1Implementation details can be found here: http://www.subsonic.org/pages/api.jsp
2
3To start dev clone this repo into $GOPATH/src/codesaloon.com/torpedo
4
5and start the server with:
6
7cd cmd
8go build -o serve
9./serve \ No newline at end of file