mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
native-node-modules: Explain how to install Rust and link to its docs.
This commit is contained in:
parent
f0fe968944
commit
5b8e918d6e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user