diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-11-22 10:16:45 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-11-22 10:16:45 +0800 |
commit | 3577aa4649dfa435d85a0b9c52d0e138062a2321 (patch) | |
tree | 05f7ab8e28ae93bf40f01c82e01e49c1ae3609af /README.md | |
parent | 1cbab788ec21ba096d4375015c6cd3cd481de5b2 (diff) | |
download | tangerine-wallet-browser-3577aa4649dfa435d85a0b9c52d0e138062a2321.tar tangerine-wallet-browser-3577aa4649dfa435d85a0b9c52d0e138062a2321.tar.gz tangerine-wallet-browser-3577aa4649dfa435d85a0b9c52d0e138062a2321.tar.bz2 tangerine-wallet-browser-3577aa4649dfa435d85a0b9c52d0e138062a2321.tar.lz tangerine-wallet-browser-3577aa4649dfa435d85a0b9c52d0e138062a2321.tar.xz tangerine-wallet-browser-3577aa4649dfa435d85a0b9c52d0e138062a2321.tar.zst tangerine-wallet-browser-3577aa4649dfa435d85a0b9c52d0e138062a2321.zip |
Added instructions for installing local build
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,6 +18,12 @@ If you're a web dapp developer, we've got two types of guides for you: Uncompressed builds can be found in `/dist`, compressed builds can be found in `/builds` once they're built. +## Installing Local Builds on Chrome + +To install your locally built extension on Chrome, [follow this guide](http://stackoverflow.com/a/24577660/272576). + +The built extension is stored in `./dist/chrome/`. + ## Architecture [![Architecture Diagram](./docs/architecture.png)][1] |