Skip to content

Instantly share code, notes, and snippets.

@giljr
Forked from alexishida/ubuntu-on-windows-10.txt
Created February 5, 2020 16:02
Show Gist options
  • Save giljr/164770d286528168ff301f8ce2efc421 to your computer and use it in GitHub Desktop.
Save giljr/164770d286528168ff301f8ce2efc421 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