Installation guide Go (window 10)
Requirement: Windows 10
Step 1:
Open Powershell as run as administrator
Before installation, we must provide permission through Powershell (modes:
restricted
allsigned
remotesigned
unrestricted
Here we will be using remoteSigned that helps running scripts and conf files from the internet by trusted publishers. (please read online if you wish to explore)
Step 2: installing package manager chocolatey
( chocolatey is package manager just like pip and cmd line package manager for windows just like apt-get does on Linux, please read if you wish to explore)
( iwr : invoke web request, iex : Invoke Expression )
Step 3: Installing text editor (Nano: optional)
Step 4:
Installing Go
Packages list to install: (continue reading)
Go
Docker
Kubernetes
Last updated
Was this helpful?