Minor changes
This commit is contained in:
parent
906afa8a67
commit
df85aa293c
|
@ -1,18 +1,15 @@
|
||||||
# Setup Instructions for Windows Subsystem for Linux (WSL)
|
# 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
|
## Pre-requisites
|
||||||
The following instructions are for Ubuntu 20.04.
|
|
||||||
|
|
||||||
### Pre-requisites
|
|
||||||
|
|
||||||
You should have the following already set up on your Windows computer:
|
You should have the following already set up on your Windows computer:
|
||||||
- **Docker Desktop for Windows** - https://docs.docker.com/docker-for-windows/install/
|
- **Docker Desktop for Windows** - https://docs.docker.com/docker-for-windows/install/
|
||||||
- **WSL 2** - https://docs.microsoft.com/en-us/windows/wsl/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
|
- **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.
|
Update and upgrade packages.
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue