Skip to content

Commit

Permalink
update chrome-app build
Browse files Browse the repository at this point in the history
  • Loading branch information
JDonadio committed Jan 12, 2017
1 parent dafd46c commit 6a5ad97
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 6a5ad97

Please sign in to comment.