diff --git a/README.md b/README.md index ed903bff4..65b57cc01 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Go support for Mobile devices +# Mobile platform users The Go mobile repository holds packages and build tools for using Go on mobile platforms. @@ -9,14 +10,14 @@ Package documentation as a starting point: ![Caution image](doc/caution.png) -The Go Mobile project is experimental. Use this at your own risk. +The Go Mobile project is totally experimental. Use this at your own risk. While we are working hard to improve it, neither Google nor the Go team can provide end-user support. This is early work and installing the build system requires Go 1.5. Follow the instructions on [golang.org/wiki/Mobile](https://golang.org/wiki/Mobile) -to install the gomobile command, build the +To install the gomobile command, build the [basic](https://golang.org/x/mobile/example/basic) and the [bind](https://golang.org/x/mobile/example/bind) example apps.