From 423a2bb1df687c0865dd2531d3af75b933340b80 Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Sat, 13 Apr 2019 20:56:33 +0300 Subject: [PATCH] update: windows installation doc --- 01-get-started/windows-installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/01-get-started/windows-installation.md b/01-get-started/windows-installation.md index 0927619..8614e44 100644 --- a/01-get-started/windows-installation.md +++ b/01-get-started/windows-installation.md @@ -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.