From 6c713d11a7f410c51f65e88d2cf4ff40bf2ce450 Mon Sep 17 00:00:00 2001 From: Christian Radke Date: Wed, 21 Feb 2024 10:17:02 +0100 Subject: [PATCH] Fix typo --- documentation/setup/enhancing-build-times-on-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/setup/enhancing-build-times-on-windows.md b/documentation/setup/enhancing-build-times-on-windows.md index d3be55a..aec3bf9 100644 --- a/documentation/setup/enhancing-build-times-on-windows.md +++ b/documentation/setup/enhancing-build-times-on-windows.md @@ -9,7 +9,7 @@ On Windows, build times can be painfully slow. However, if you're running Window 1. Ensure that you have the Windows Subsystem for Linux enabled, and that you're using Windows Build version 18362 or later. To enable WSL run this command in a PowerShell prompt with admin privileges. - Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux. + Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 2. In a PowerShell prompt with admin privileges run the following command to install Ubuntu in WSL 1. Note that WSL 1 is recommended over WSL 2 for much faster file access.