From 5b8e918d6e580b48ed8001c3de86771f6ce62109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 26 Nov 2019 10:21:15 +0100 Subject: [PATCH] native-node-modules: Explain how to install Rust and link to its docs. --- docs/native-node-modules.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/native-node-modules.md b/docs/native-node-modules.md index f993a068c3..43724b6a26 100644 --- a/docs/native-node-modules.md +++ b/docs/native-node-modules.md @@ -26,9 +26,12 @@ these features if you'd like to try them out. Seshat is a native Node module that adds support for local event indexing and full text search in E2E encrypted rooms. -Since Seshat is written in rust the rust compiler and cargo tool-chain need to be -installed before installing Seshat itself. After installing the compiler Seshat -support can be added using yarn inside the `electron_app/` directory: +Since Seshat is written in Rust, the Rust compiler and related tools need to be +installed before installing Seshat itself. To install Rust please consult the +official Rust [documentation](https://www.rust-lang.org/tools/install). + +After installing the compiler, Seshat support can be added using yarn inside +the `electron_app/` directory: yarn add matrix-seshat