update: windows installation doc

This commit is contained in:
Inanc Gumus
2019-04-13 20:56:33 +03:00
committed by GitHub
parent 44b6a26001
commit 423a2bb1df

View File

@ -1,5 +1,13 @@
# WINDOWS INSTALLATION CHEATSHEET
## NOTE
If you have [chocolatey.org](https://chocolatey.org/) package manager, you can easily install Go like so:
```
choco install golang
```
## 1- Install Visual Studio Code Editor
1. Install it but don't open it yet.