Skip to content

Instantly share code, notes, and snippets.

@alexishida
Created March 13, 2018 03:01
Show Gist options
  • Save alexishida/4414b811d51bfcd712082252eb9b0721 to your computer and use it in GitHub Desktop.
Save alexishida/4414b811d51bfcd712082252eb9b0721 to your computer and use it in GitHub Desktop.
Ubuntu on Windows 10
# https://docs.microsoft.com/en-us/windows/wsl/install-win10
1 - Open PowerShell as Administrator and run:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
2 - Restart your computer when prompted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment