diff --git a/README.rst b/README.rst index f7ba47a6e0..cbd53bb5f1 100644 --- a/README.rst +++ b/README.rst @@ -83,6 +83,9 @@ Installation If you are running on a clean install of Fedora 28 or above, please make sure you have the ``redhat-rpm-config`` package installed in case if you want to use ``sanic`` with ``ujson`` dependency. +.. note:: + + Windows support is currently "experimental" and on a best-effort basis. Multiple workers are also not currently supported on Windows (see `Issue #1517 `_), but setting ``workers=1`` should launch the server successfully. Hello World Example -------------------