From 69615e1f0fb26decb6ff7d6e501f2a6c3116b784 Mon Sep 17 00:00:00 2001 From: Czapla <56671347+Antoni-Czaplicki@users.noreply.github.com> Date: Wed, 1 Sep 2021 13:15:59 +0200 Subject: [PATCH] Remove version number from Windows (#1047) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- docs/development_environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development_environment.md b/docs/development_environment.md index 359dcd10..1f015840 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -12,8 +12,8 @@ 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/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. + - For Linux, macOS, or Windows (Pro/Enterprise/Education) use the [current release version of Docker](https://docs.docker.com/install/) + - Windows 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]