copay/shell/README.md

23 lines
525 B
Markdown
Raw Normal View History

2014-06-06 11:23:40 -07:00
Copay Shell
===========
Native application wrapper for [Copay](https://bitpay.github.io/copay)
using [Atom Shell](https://github.com/atom/atom-shell).
![copay-shell](https://cloud.githubusercontent.com/assets/1188875/3153630/ccaacbae-ea9d-11e3-85d6-ac0ec2820ae2.png)
## Setup
Clone the repository and install dependencies.
```
~# git clone https://github.com/gordonwritescode/copay-shell.git
~# cd copay-shell && npm install
```
To build a distributable package for your platform, run:
```
~# npm run-script build
```