diff --git a/README.md b/README.md index c0dbf39..c3e9e4b 100644 --- a/README.md +++ b/README.md @@ -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 ```