Skip to content

Commit

Permalink
Merge pull request quii#160 from glauco/patch-2
Browse files Browse the repository at this point in the history
Updates VS Code installation instructions
  • Loading branch information
quii authored Feb 22, 2019
2 parents 50635cc + 1383387 commit 0e5e4f4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions install-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,7 @@ At this point you can _go get_ and the src/package/bin will be installed correct

Editor preference is very individualistic, you may already have a preference that supports Go. If you don't you should consider an Editor such as [Visual Studio Code](https://code.visualstudio.com), which has exceptional Go support.

To install VS Code using brew, because this is a GUI application you need an extension to homebrew called cask to support install VS Code.

```sh
brew tap caskroom/cask
```

At this point you can now use brew to install VS Code.
You can install it using the following command:

```sh
brew cask install visual-studio-code
Expand Down

0 comments on commit 0e5e4f4

Please sign in to comment.