native-node-modules: Explain how to install Rust and link to its docs.

This commit is contained in:
Damir Jelić 2019-11-26 10:21:15 +01:00
parent f0fe968944
commit 5b8e918d6e

View file

@ -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 Seshat is a native Node module that adds support for local event indexing and
full text search in E2E encrypted rooms. full text search in E2E encrypted rooms.
Since Seshat is written in rust the rust compiler and cargo tool-chain need to be Since Seshat is written in Rust, the Rust compiler and related tools need to be
installed before installing Seshat itself. After installing the compiler Seshat installed before installing Seshat itself. To install Rust please consult the
support can be added using yarn inside the `electron_app/` directory: 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 yarn add matrix-seshat