Update README
diff --git a/README.md b/README.md
index f5cec4a..5fd7961 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,16 @@
 - MQTT-SN Client Library (in progress)
 - MQTT-SN Aggregating and Transparent Gateway
 
+Download
+--------
+Clone this repo or `go get` with
+```
+go get git.eclipse.org/gitroot/paho.incubator/smidge.git/client
+```
+The same URL is used to import the library into your Go programs
+```go
+import (
+	"git.eclipse.org/gitroot/paho.incubator/smidge.git/client"
+	"git.eclipse.org/gitroot/paho.incubator/smidge.git/packets"
+)
+```
\ No newline at end of file