Created
October 30, 2018 18:03
-
-
Save PrateekKumarSingh/9a86a72862c4c5a0fee3dbe150a450ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1. Enable Windows Feature: | |
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux | |
# alternatively: Appwiz.cpl > Turn Windows Feature On/Off > Windows Subsystem for Linux | |
# 2. Restart your machine when prompted | |
Restart-Computer | |
# 3. Go to MicroSoft store and find a Suitable Linux Distribution. Install It. | |
# 4. Once the Installation is complete, Launch the WSL (Windows Subsystem for Linux) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment