Browse Source

add root/Administrator notification for problems with electron-packager and electron-prebuilt installation

all-modes
michal maxian 8 years ago
parent
commit
d02d811587
  1. 1
      README.md

1
README.md

@ -32,6 +32,7 @@ To build the production ready app, install `electron-packager` and `electron-pre
npm install electron-packager -g
npm install electron-prebuilt -g
```
If you got `ERR! code EASCCESS` try to run commands under `root/Administrator` account.
#### **Build the Wallet-App**
Refer to the original [electron-packager](https://github.com/electron-userland/electron-packager) repository for more detailed information.

Loading…
Cancel
Save