From 6a5ad97d622204367a43732bea6e8821484eef20 Mon Sep 17 00:00:00 2001 From: JDonadio Date: Thu, 12 Jan 2017 12:49:13 -0300 Subject: [PATCH] update chrome-app build --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bc0b0ea8..e85f9a032 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,13 @@ npm run final:desktop ### Google Chrome App -- Run `npm run-script chrome` +> cd chrome-app/ + +```sh +npm run apply:copay +grunt +make +``` On success, the Chrome extension will be located at: `browser-extensions/chrome/copay-chrome-extension`. To install it go to `chrome://extensions/` in your browser and ensure you have the 'developer mode' option enabled in the settings. Then click on "Load unpacked chrome extension" and choose the directory mentioned above.