Merge pull request #5446 from JDonadio/ref/chrome-readme

Update chrome-app build - README
This commit is contained in:
Matias Alejo Garcia 2017-01-16 12:27:35 -03:00 committed by GitHub
commit 325c2a1d6e

View file

@ -129,7 +129,13 @@ npm run final:desktop
### Google Chrome App ### 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. 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.