[deploy] Updated minimum requirements for local installation on Windows (#10513)
* Updated minimum requirements for local installation on Windows * Added reference links to WSL 2 support in docs
This commit is contained in:
parent
10efa25c0a
commit
e1b3844dfa
1 changed files with 12 additions and 2 deletions
|
|
@ -7,8 +7,18 @@ title: Windows
|
|||
## Installing prerequisites
|
||||
|
||||
These prerequisites assume you're working on a `64-bit Windows 10` operating
|
||||
system machine updated to _version 2004, Build 19041_ or _higher_. To check your
|
||||
Windows version, press `Win Logo key` + `R`, type `winver`, then click OK.
|
||||
system machine
|
||||
|
||||
- updated to _version 1903, Build 18362_ or _higher_ for **x64 system**
|
||||
- updated to _version 2004, Build 19041_ or _higher_ for **ARM64 system**
|
||||
|
||||
For further information regarding system requirements, head over to the
|
||||
[Microsoft Docs](https://docs.microsoft.com/en-us/windows/wsl/install-win10#requirements)
|
||||
or
|
||||
[Microsoft's blog on extending WSL 2 Support](https://devblogs.microsoft.com/commandline/wsl-2-support-is-coming-to-windows-10-versions-1903-and-1909/).
|
||||
|
||||
To check your Windows version, press `Win Logo key` + `R`, type `winver`, then
|
||||
click OK.
|
||||
|
||||
There are other ways to get Forem running on lower versions, but we recommend a
|
||||
complete WSL 2 installation.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue