Skip to content

Commit

Permalink
Updates Homebrew installation instructions
Browse files Browse the repository at this point in the history
The `--cross-compile-common` flag is no longer supported. It was removed by the following commit:
Homebrew/homebrew-core@bd56fd4
  • Loading branch information
glauco authored Feb 22, 2019
1 parent 55b8fb8 commit 86cd70f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions install-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ At this point you can now install Go:
brew install go
```

If you are going to deploy your programs to Linux based servers, you should enable cross compilation feature. If so, install using the following command:

```sh
brew install go --cross-compile-common
```

*You should follow any instructions recommended by your package manager. **Note** these may be host os specific*.

You can verify the installation with:
Expand Down

0 comments on commit 86cd70f

Please sign in to comment.