mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
native-node-modules: Mention that Seshat requires SQLCipher.
This commit is contained in:
parent
1869350a9b
commit
b0783a8995
@ -30,8 +30,11 @@ 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
|
installed before installing Seshat itself. To install Rust please consult the
|
||||||
official Rust [documentation](https://www.rust-lang.org/tools/install).
|
official Rust [documentation](https://www.rust-lang.org/tools/install).
|
||||||
|
|
||||||
After installing the compiler, Seshat support can be added using yarn inside
|
Seshat also depends on the SQLCipher library to store its data in encrypted form
|
||||||
the `electron_app/` directory:
|
on disk. You'll need to install it via your OS package manager.
|
||||||
|
|
||||||
|
After installing the Rust compiler and SQLCipher, 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