Rename the mobile subtitles.

Burcu Dogan 2015-08-01 17:19:44 -07:00
parent ab4a4814a9
commit d4d4480f51

@ -46,7 +46,7 @@ Grab the application.
$ go get -d golang.org/x/mobile/example/basic $ go get -d golang.org/x/mobile/example/basic
``` ```
### Android ### Building and deploying to Android
Run `gomobile build` to build an Android APK. Run `gomobile build` to build an Android APK.
@ -62,7 +62,7 @@ If you have adb command installed on your machine, you can use `gomobile install
$ gomobile install golang.org/x/mobile/example/basic $ gomobile install golang.org/x/mobile/example/basic
``` ```
### iOS ### Building and deploying to iOS
Run `gomobile build` to build the package as an iOS application. Run `gomobile build` to build the package as an iOS application.
Note: target=ios requires the host machine running MacOSX. Note: target=ios requires the host machine running MacOSX.