Notes on building a crypto-enabled version

This commit is contained in:
Richard van der Hoff 2015-12-03 18:24:44 +00:00
parent 782174069c
commit 56b7b65920

View file

@ -57,3 +57,10 @@ Deployment
Just run `npm run build` and then mount the `vector` directory on your webserver to
actually serve up the app, which is entirely static content.
Enabling encryption
===================
To build a version of vector with the (experimental) support for end-to-end
encryption, install the olm module with `npm i
https://matrix.org/packages/npm/olm/olm-0.1.0.tgz` before running `npm
start`. The olm library will be detected and used if available.