From 3d5b5e592bbc7401579015ddf73a5c23fd0c079e Mon Sep 17 00:00:00 2001 From: Jeff Rescignano Date: Tue, 12 May 2020 19:20:32 -0400 Subject: [PATCH] Update the WSL 2 URL in docs/development_environment (#524) --- docs/development_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_environment.md b/docs/development_environment.md index 8ac64d32..2f6e41cf 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -13,7 +13,7 @@ The easiest way to get started with development is to use Visual Studio Code wit - [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) - Docker - For Linux, macOS, or Windows 10 Pro/Enterprise/Education use the [current release version of Docker](https://docs.docker.com/install/) - - Windows 10 Home requires [WSL 2](https://docs.microsoft.com/windows/wsl/wsl2-install) and the current Edge version of Docker Desktop (see instructions [here](https://docs.docker.com/docker-for-windows/wsl-tech-preview/)). This can also be used for Windows Pro/Enterprise/Education. + - Windows 10 Home requires [WSL 2](https://docs.microsoft.com/windows/wsl/install-win10#update-to-wsl-2) and the current Edge version of Docker Desktop (see instructions [here](https://docs.docker.com/docker-for-windows/wsl-tech-preview/)). This can also be used for Windows Pro/Enterprise/Education. - [Visual Studio code](https://code.visualstudio.com/) - [Remote - Containers (VSC Extension)][extension-link]