From 8914cc8a1db0c93d01fbdf6d931b48e843f49f22 Mon Sep 17 00:00:00 2001 From: "Mariano Absatz (git)" <scm@baby.com.ar> Date: Tue, 11 Jun 2019 17:08:29 -0300 Subject: [PATCH] no hace wildcard expansion :-( --- api/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/README.md b/api/README.md index ba61285..f21ba21 100644 --- a/api/README.md +++ b/api/README.md @@ -1,5 +1,7 @@ # Ejemplo en BFA +(en lugar de __UTC*__ poner el nombre completo del archivo de la cuenta) + ```bash cd api GETH_ACCOUNT_JSON="/home/bfa/bfa/network/node/keystore/UTC*" \ @@ -12,6 +14,8 @@ npm run serve # Ejemplo en test network +(en lugar de __UTC*__ poner el nombre completo del archivo de la cuenta) + ```bash cd api GETH_ACCOUNT_JSON="/home/bfa/bfa/test2network/node/keystore/UTC*" \ -- GitLab