From dbc5748e66e975e58350f1af4710339752979749 Mon Sep 17 00:00:00 2001 From: Satinder Grewal Date: Mon, 20 Mar 2017 21:27:42 +1300 Subject: [PATCH] Revert "add root/Administrator notification for problems with electron-packager and electron-prebuilt installation" This reverts commit d02d811587d316bd1ee69fb6ed321212948ec22f. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 665ef2e..83ae504 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ 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.