Updated README with updated command to compile Copay.

This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-21 16:08:12 -03:00
commit c8ea3cd7e5

View file

@ -32,7 +32,11 @@ Build Copay:
```
npm install
bower install
grunt shell --target=dev
grunt
```
For production environments:
```
grunt prod
```
Open Copay: