Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KR155E committed Feb 21, 2024
1 parent 68af324 commit 6c713d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/setup/enhancing-build-times-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6c713d1

Please sign in to comment.