From 5fd018c2f477091f78a2d78e790518d6effa625a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Thu, 8 Oct 2020 14:59:13 +0200 Subject: [PATCH] docs: fixed incorrect syntax --- src/installing-from-source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:**