From 180f48a6f891df541e88ba054cd5ee29afbc1dae Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Thu, 29 May 2014 11:00:45 -0300 Subject: [PATCH] updated README with the new launch.js script to generate multiple copay instances --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1d9e784ce..80dd940dc 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,12 @@ PORT=3004 node app.js PORT=3005 node app.js ``` +To open n different instances just run: +``` +node launch.js n +``` + + About Copay ===========