From c8ea3cd7e527609ad2b24bf564bc64634fd9083b Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 21 Aug 2014 16:08:12 -0300 Subject: [PATCH] Updated README with updated command to compile Copay. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e95cad119..b3015af0a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,11 @@ Build Copay: ``` npm install bower install -grunt shell --target=dev +grunt +``` +For production environments: +``` +grunt prod ``` Open Copay: