Skip to content

Commit

Permalink
Update windows.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmar3 committed Jan 20, 2022
1 parent 8315c0c commit 5e2f14f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/guide/software/windows.md
Expand Up @@ -36,12 +36,18 @@ https://linuxhint.com/install-vim-editor-on-windows/

## Windows Subsystem for Linux

Windows Subsystem for Linux (WSL) lets you run a Linux development environment on Windows and access it from VSCode.
[Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/) lets you run a Linux development environment on Windows and access it from VSCode.

My recommendation is that you use Debian 11 as your chosen distro.

Follow the instructions here to install it:

https://docs.microsoft.com/en-us/windows/wsl/install

See this link for an overview of getting started with using WSL in VSCode:

https://code.visualstudio.com/docs/remote/wsl#_getting-started

### Install required software in WSL

#### Node.js
Expand Down

0 comments on commit 5e2f14f

Please sign in to comment.