diff options
| author | GNUxeava <bluenerd@protonmail.com> | 2022-08-11 12:52:33 +0530 | 
|---|---|---|
| committer | GNUxeava <bluenerd@protonmail.com> | 2022-08-11 12:52:33 +0530 | 
| commit | 76057f1a0606957e59191823fb38178aa73da47f (patch) | |
| tree | 9cbe669f38bce9fc4e0153a6895b8a35e663621d | |
| parent | e2d7b45427d1c2a6836758a512f4c2faa90b1164 (diff) | |
fix typo
| -rw-r--r-- | content/post/install-and-configure-arch-linux-inwsl-wsl2-with-gui.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/content/post/install-and-configure-arch-linux-inwsl-wsl2-with-gui.md b/content/post/install-and-configure-arch-linux-inwsl-wsl2-with-gui.md index fff7b92..592a11b 100644 --- a/content/post/install-and-configure-arch-linux-inwsl-wsl2-with-gui.md +++ b/content/post/install-and-configure-arch-linux-inwsl-wsl2-with-gui.md @@ -44,7 +44,7 @@ This post is divided into two parts: (i) Install Arch in WSL, (ii) Configure as  <!--more--> -## Part 0: FOr those running Windows 10 2004 or above +## Part 0: For those running Windows 10 2004 or above  Download and install Linux kernel updae package from [Microsoft's site](https://docs.microsoft.com/en-us/windows/wsl/wsl2-kernel). Set default version to WSL2 by running  ```powershell  wsl --set-default-version 2 | 
