diff --git a/Mobile.md b/Mobile.md index d888135b..4803000a 100644 --- a/Mobile.md +++ b/Mobile.md @@ -30,7 +30,7 @@ On macOS, you will need to have [Xcode Command Line Tools](https://developer.apple.com/downloads/) installed. -When using Go 1.16.x we have to switch the module aware build mode to auto before we can install gomobile by using (this might change in future): +When using Go 1.16.x we have to switch the module aware build mode to auto before we can install/use gomobile by executing: ``` go env -w GO111MODULE=auto ```