Skip to content

Commit

Permalink
include yarn install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Jul 13, 2023
1 parent a8bdbe1 commit 33d81fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Encryption](https://en.wikipedia.org/wiki/End-to-end_encryption)) for
npm install --save @matrix-org/matrix-sdk-crypto-wasm
```

or:


```
yarn add @matrix-org/matrix-sdk-crypto-wasm
```

2. Import the library into your project and initialise it.

It is recommended that you use a dynamic import, particularly in a Web
Expand Down

0 comments on commit 33d81fa

Please sign in to comment.