update readme

This commit is contained in:
Gordon Hall 2014-06-09 10:30:13 -04:00
commit 4b9051f408
2 changed files with 55 additions and 14 deletions

View file

@ -6,17 +6,6 @@ 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
## Building
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
```
Automated build scripts are currently being developed.