From f79aee720aae67fa838614f1e2ea11b22a66f0b7 Mon Sep 17 00:00:00 2001 From: phahulin Date: Wed, 12 Jul 2017 19:48:09 +0300 Subject: [PATCH] Update bootnode-setup.md --- Docs/bootnode-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/bootnode-setup.md b/Docs/bootnode-setup.md index 4ddb63b..155bbdb 100644 --- a/Docs/bootnode-setup.md +++ b/Docs/bootnode-setup.md @@ -135,7 +135,7 @@ bootnodes=["enode://<128 hex characters>@ip_address:30300"] Save the file, commit it and push to github. ### Generate initial keys for first users -Connect to the virtual machine, `cd scripts` and run the following command to generate initial keys +Connect to the virtual machine, `cd oracles-initial-keys` and run the following command to generate initial keys ``` node ./generateInitialKey.js ```