Skip to content

Commit 9305dac

Browse files
committed
docs(Windows): recommend WSL 2
1 parent 6e7e67d commit 9305dac

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

doc/content/docs/hacking_itk_wasm.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ title: Hacking itk-wasm
66
- [Node.js / NPM](https://nodejs.org/en/download/)
77
- [Docker](https://docs.docker.com/install/)
88
* On Linux, make sure you can run [`docker` without `sudo`](https://askubuntu.com/questions/477551/how-can-i-use-docker-without-sudo).
9-
* On Windows, make sure [Shared Drives are enabled in the Docker settings](https://docs.docker.com/docker-for-windows/troubleshoot/#volumes).
9+
* On Windows, we recommend [WSL 2 with Docker enabled](https://docs.docker.com/desktop/windows/wsl/).
1010
- Bash
11-
* Bash is installed by default on Linux and macOS.
12-
* On Windows, we recommend [Git Bash](https://git-scm.com/).
1311

1412
### Building
1513

doc/content/examples/hello_world.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Hello WASM World!
33

44
This example, walks through how to compile a *hello world* executable written in C++ to [WebAssembly](https://webassembly.org/) and how execute it with standalone WebAssembly runtimes, the Node.js JavaScript runtime, and web browser runtimes!
55

6-
Before getting started, make sure [Node.js](https://nodejs.org/en/download/) and [Docker](https://docs.docker.com/install/) are installed. On Linux, make sure you can run [`docker` without `sudo`](https://askubuntu.com/questions/477551/how-can-i-use-docker-without-sudo). On Windows, make sure [Shared Drives are enabled in the Docker settings](https://docs.docker.com/docker-for-windows/troubleshoot/#volumes). On Windows, also install [Git Bash](https://git-scm.com/), and run shell commands in *Git Bash*.
6+
Before getting started, make sure [Node.js](https://nodejs.org/en/download/) and [Docker](https://docs.docker.com/install/) are installed. On Linux, make sure you can run [`docker` without `sudo`](https://askubuntu.com/questions/477551/how-can-i-use-docker-without-sudo). On Windows, we recommend [WSL 2 with Docker enabled](https://docs.docker.com/desktop/windows/wsl/).
7+
78

89
First, let's create a new directory to house our project.
910

0 commit comments

Comments
 (0)