Skip to content

Instantly share code, notes, and snippets.

@manuelGitHub1
Last active December 9, 2019 15:17
Show Gist options
  • Save manuelGitHub1/e9c33344853a232e6e2760847f101a56 to your computer and use it in GitHub Desktop.
Save manuelGitHub1/e9c33344853a232e6e2760847f101a56 to your computer and use it in GitHub Desktop.
Open Powershell as Administrator
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Restart PC
Install a linux distribution from https://docs.microsoft.com/de-de/windows/wsl/install-win10
Update regularly sudo apt update && sudo apt upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment