From df85aa293c5e36c5e363e151079e0a63835e4e5c Mon Sep 17 00:00:00 2001 From: Rodel Date: Fri, 5 Nov 2021 20:23:37 +0800 Subject: [PATCH] Minor changes --- plugins/woocommerce/tests/e2e/WSL_SETUP_INSTRUCTIONS.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/plugins/woocommerce/tests/e2e/WSL_SETUP_INSTRUCTIONS.md b/plugins/woocommerce/tests/e2e/WSL_SETUP_INSTRUCTIONS.md index 6e7c310ca2b..7e6b7e88dfe 100644 --- a/plugins/woocommerce/tests/e2e/WSL_SETUP_INSTRUCTIONS.md +++ b/plugins/woocommerce/tests/e2e/WSL_SETUP_INSTRUCTIONS.md @@ -1,18 +1,15 @@ # Setup Instructions for Windows Subsystem for Linux (WSL) -You can set up a local development environment on Windows with [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/). +You can set up a local development environment on Windows with [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/). The following instructions are for Ubuntu 20.04. -## Ubuntu 20.04 -The following instructions are for Ubuntu 20.04. - -### Pre-requisites +## Pre-requisites You should have the following already set up on your Windows computer: - **Docker Desktop for Windows** - https://docs.docker.com/docker-for-windows/install/ - **WSL 2** - https://docs.microsoft.com/en-us/windows/wsl/install - **Ubuntu 20.04 set as default Linux distribution** - https://docs.microsoft.com/en-us/windows/wsl/wsl-config#list-installed-distributions -### Setup Steps +## Setup Steps Update and upgrade packages. ```bash