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 ```