Updated Gomote (markdown)
diff --git a/Gomote.md b/Gomote.md
index 7426070..735e6cd 100644
--- a/Gomote.md
+++ b/Gomote.md
@@ -90,3 +90,12 @@
 $ tar -C ~/src/ -zc golang.org/x/tools | gomote puttar -dir=gopath/src $MOTE
 $ gomote run -e 'GOPATH=c:/workdir/gopath' $MOTE go/bin/go test -run=TestFixImportsVendorPackage golang.org/x/tools/imports
 ```
+
+### Subrepos on Unix
+
+Testing golang.org/x/sys/unix on $MOTE
+
+```
+$ tar -C $GOPATH/src/ -zc golang.org/x/sys/unix | gomote puttar -dir=gopath/src $MOTE
+$ gomote run -e 'GOPATH=/tmp/workdir/gopath' $MOTE go/bin/go test -v golang.org/x/sys/unix
+```
\ No newline at end of file