diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-10-29 14:03:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 14:03:58 +0100 |
commit | 3ed17ff651a39d64288c38cd56ecef3603a31d04 (patch) | |
tree | 00be448a1ba6aac4828101279b19fa70087ac734 /docs/setup | |
parent | Additional type hints for relations database class. (#11205) (diff) | |
download | synapse-3ed17ff651a39d64288c38cd56ecef3603a31d04.tar.xz |
Clarify lack of Windows support in documentation (#11198)
Diffstat (limited to 'docs/setup')
-rw-r--r-- | docs/setup/installation.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 874925e927..3e08024441 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -356,12 +356,14 @@ make install ##### Windows -If you wish to run or develop Synapse on Windows, the Windows Subsystem For -Linux provides a Linux environment on Windows 10 which is capable of using the -Debian, Fedora, or source installation methods. More information about WSL can -be found at <https://docs.microsoft.com/en-us/windows/wsl/install-win10> for -Windows 10 and <https://docs.microsoft.com/en-us/windows/wsl/install-on-server> -for Windows Server. +Running Synapse natively on Windows is not officially supported. + +If you wish to run or develop Synapse on Windows, the Windows Subsystem for +Linux provides a Linux environment which is capable of using the Debian, Fedora, +or source installation methods. More information about WSL can be found at +<https://docs.microsoft.com/en-us/windows/wsl/install> for Windows 10/11 and +<https://docs.microsoft.com/en-us/windows/wsl/install-on-server> for +Windows Server. ## Setting up Synapse |