From 56b7b659207c75d034ae4e71237c80b546e89044 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 3 Dec 2015 18:24:44 +0000 Subject: [PATCH] Notes on building a crypto-enabled version --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 91109f9688..d13a2cc994 100644 --- a/README.md +++ b/README.md @@ -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.