mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
parent
135c22c99d
commit
e8a12e7ddc
1 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ Then similarly with `matrix-react-sdk`:
|
|||
1. `git checkout develop`
|
||||
1. `npm install`
|
||||
1. `rm -r node_modules/matrix-js-sdk; ln -s ../../matrix-js-sdk node_modules/`
|
||||
1. `npm run start`
|
||||
1. `popd`
|
||||
|
||||
Finally, build and start vector itself:
|
||||
|
||||
|
@ -161,7 +161,7 @@ Finally, build and start vector itself:
|
|||
1. `npm install`
|
||||
1. `rm -r node_modules/matrix-js-sdk; ln -s ../../matrix-js-sdk node_modules/`
|
||||
1. `rm -r node_modules/matrix-react-sdk; ln -s ../../matrix-react-sdk node_modules/`
|
||||
1. `npm run start`
|
||||
1. `npm start`
|
||||
1. Wait a few seconds for the initial build to finish; you should see something like:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue