forked from matrix/element-web
Switch npm i to yarn
This commit is contained in:
parent
4156034403
commit
cb2141075c
|
@ -14,7 +14,7 @@ If you would like to rebuild the module yourself and replace the downloaded bina
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd electron_app
|
cd electron_app
|
||||||
npm i
|
yarn
|
||||||
cd node_modules
|
cd node_modules
|
||||||
rm -rf iohook
|
rm -rf iohook
|
||||||
git clone https://github.com/matrix-org/iohook
|
git clone https://github.com/matrix-org/iohook
|
||||||
|
|
Loading…
Reference in New Issue