Hands-On System Programming with Go
上QQ阅读APP看书,第一时间看更新

Technical requirements

This chapter does not require you to install any special software if you're on Linux.

If you are a Windows user, you can install the Windows Subsystem for Linux (WSL). Follow these steps in order to install WSL:

  1. Open PowerShell as administrator and run the following: 
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  1. Restart your computer when prompted.
  2. Install your favorite Linux distribution from the Microsoft Store.