@@ -22,7 +22,7 @@ Building From Source
22
22
If you do wish to build vector from source:
23
23
24
24
1 . Install or update ` node.js ` so that your ` npm ` is at least at version ` 2.0.0 `
25
- 1 . Clone the repo: ` git clone https://github.com/vector-im/vector-web.git `
25
+ 1 . Clone the repo: ` git clone https://github.com/vector-im/vector-web.git `
26
26
1 . Switch to the vector directory: ` cd vector-web `
27
27
1 . Install the prerequisites: ` npm install `
28
28
1 . If you are using the ` develop ` branch of vector, you will probably need to
@@ -60,8 +60,6 @@ Much of the functionality in Vector is actually in the `matrix-react-sdk` and
60
60
easy to track the ` develop ` branches in git and to make local changes without
61
61
having to manually rebuild each time.
62
62
63
- [ Be aware that there may be problems with this process under npm version 3.]
64
-
65
63
First clone and build ` matrix-js-sdk ` :
66
64
67
65
1 . ` git clone git@github.com:matrix-org/matrix-js-sdk.git `
@@ -123,10 +121,7 @@ day-to-day use; it is experimental and should be considered only as a
123
121
proof-of-concept. See https://matrix.org/jira/browse/SPEC-162 for an overview
124
122
of the current progress.
125
123
126
- To build a version of vector with support for end-to-end encryption, install
127
- the olm module with `npm i https://matrix.org/packages/npm/olm/olm-0.1.0.tgz`
128
- before running `npm start`. The olm library will be detected and used if
129
- available.
124
+ Vector is built with support for end-to-end encryption by default.
130
125
131
126
To enable encryption for a room, type
132
127
@@ -142,4 +137,4 @@ Note that historical encrypted messages cannot currently be decoded - history
142
137
is therefore lost when the page is reloaded.
143
138
144
139
There is currently no visual indication of whether encryption is enabled for a
145
- room, or whether a particular message was encrypted .
140
+ room.
0 commit comments