diff --git a/src/installing-from-source.rst b/src/installing-from-source.rst index 969e88c..e0378a4 100644 --- a/src/installing-from-source.rst +++ b/src/installing-from-source.rst @@ -29,7 +29,7 @@ You need: - `Python 3.6 or 3.7 `_ (3.8+ not supported, see :gh-aw:`this comment `), check with :code:`python3 -V` (required to build the core components) - `Poetry `_, check with :code:`poetry -V` (can be installed like this: :code:`python3 -m pip install poetry`) - `Node 12 or higher `_, check with :code:`node -v` and :code:`npm -v` (required to build the web UI) -- `Rust nightly `_ (nightly can be installed using `rustup`), check with :code:`rustc -V` and :code:`cargo -V` (for building aw-server-rust) +- `Rust nightly `_ (nightly can be installed using :code:`rustup`), check with :code:`rustc -V` and :code:`cargo -V` (for building aw-server-rust) **For Windows users:**