From ec19d4a80ec055937948d51ec440b443d4e39004 Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 9 Jul 2019 16:32:31 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd43fd30c46..911c71290f5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,13 @@ $ go build $ ./keygenerator ``` -### Step 4: copying credentials and starting the node: +### Start the node +#### Step 4a: Join Elrond testnet: +Follow the steps outlined [here](https://docs.elrond.com/start-a-validator-node/start-the-network). This is because in order to join the testnet you need a specific node configuration. +______ +OR +______ +#### Step 4b: copying credentials and starting a node in a separate network: The previous generated .pem files needs to be copied in the same directory where the node binary resides in order to start the node. ```