docs: note that only wsl2 works (#3609)

This commit is contained in:
Bjerg
2023-07-05 23:02:34 +02:00
committed by GitHub
parent 64dec6e36b
commit 81bd01ec60

View File

@ -1,6 +1,10 @@
# Build from Source
You can build Reth on Linux, macOS, and Windows WSL.
You can build Reth on Linux, macOS, and Windows WSL2.
> **Note**
>
> Reth does **not** work on Windows WSL1.
## Dependencies
@ -127,4 +131,4 @@ binary](../installation/binaries.md).
If compilation fails with `error: linking with cc failed: exit code: 1`, try running `cargo clean`.
_(Thanks to Sigma Prime for this section from [their Lighthouse book](https://lighthouse-book.sigmaprime.io/installation.html)!)_
_(Thanks to Sigma Prime for this section from [their Lighthouse book](https://lighthouse-book.sigmaprime.io/installation.html)!)_