Switch npm i to yarn

This commit is contained in:
Andrew Morgan 2019-04-09 17:09:23 +01:00
parent 4156034403
commit cb2141075c
1 changed files with 1 additions and 1 deletions

View File

@ -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