Switch to the develop branch of matrix-js-sdk

This commit is contained in:
Robin Townsend
2022-11-07 12:50:59 -05:00
parent 01244c1873
commit 667f902278
3 changed files with 7 additions and 7 deletions

View File

@@ -42,12 +42,11 @@ server {
## Development
Element Call is built against the `robertlong/group-call` branch of [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk/pull/2553). To get started, clone, install, and link the package:
Element Call is built against [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk/pull/2553). To get started, clone, install, and link the package:
```
git clone https://github.com/matrix-org/matrix-js-sdk.git
cd matrix-js-sdk
git switch robertlong/group-call
yarn
yarn link
```