clarity comment and update repo name in readme

This commit is contained in:
Kyle Zsembery 2020-09-04 14:36:26 +10:00
parent 2643674cb4
commit 2c0ad5c407
1 changed files with 4 additions and 3 deletions

View File

@ -24,10 +24,11 @@ Please submit any changes as pull requests to the development branch, all change
```
nvm use 11.9.0
npm install -g quasar-cli
git clone https://github.com/loki-project/loki-electron-wallet
git clone https://github.com/loki-project/loki-electron-gui-wallet
cd loki-electron-wallet
cp path_to_loki_binaries/lokid bin/
cp path_to_loki_binaries/loki-wallet-rpc bin/
// the binaries are what was downloaded in the prequisite step
cp path_to_lokid_binaries/lokid bin/
cp path_to_lokid_binaries/loki-wallet-rpc bin/
npm install
```