From: Matt Joiner Date: Tue, 13 Sep 2016 04:03:55 +0000 (+1000) Subject: Add note in README about the mobile branch X-Git-Tag: v1.0.0~583 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c45ffd349d208ba4c0feec0b4221455a93e210e0;p=btrtrc.git Add note in README about the mobile branch --- diff --git a/README.md b/README.md index f3166d62..25459a35 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ There is a small example in the [package documentation](https://godoc.org/github * [Android Torrent Client](https://github.com/axet/android-torrent-client) * [Android libtorrent](https://github.com/axet/libtorrent) +## Mobile + +There's a branch called `mobile` that supports binding to torrent with the [gomobile](https://github.com/golang/go/wiki/Mobile) tool. It has some API changes as required by `gomobile`. Checkout the `mobile` branch, and bind as usual. + ## Commands Here I'll describe what some of the provided commands in `./cmd` do.