From 930e1ef39bd34925748388eb3265d584ab3e5c3f Mon Sep 17 00:00:00 2001 From: AlexanderBusse Date: Thu, 8 Sep 2022 08:14:41 +0200 Subject: [PATCH] Added set-up instructions for non-node-alumni :) --- content/_code-samples/key-derivation/js/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/_code-samples/key-derivation/js/README.md b/content/_code-samples/key-derivation/js/README.md index 224c384462..12c7909ad9 100644 --- a/content/_code-samples/key-derivation/js/README.md +++ b/content/_code-samples/key-derivation/js/README.md @@ -1,6 +1,9 @@ # JavaScript key derivation examples -Generates key from a given input in Ed25519 and Secp256k1 format +Generates key from a given input in Ed25519 and Secp256k1 format. On first run, you +have to install the necessary node.js dedpendencies: + + npm install ## Command-line usage: