From a8320aa980b33eb1640f9415e758bcceeb8e98df Mon Sep 17 00:00:00 2001 From: Pascal Date: Thu, 1 Oct 2020 18:08:54 -0700 Subject: [PATCH] docs: add npx blurb --- src/pages/stacks-blockchain/accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/stacks-blockchain/accounts.md b/src/pages/stacks-blockchain/accounts.md index 6f1d7116..d64e1c87 100644 --- a/src/pages/stacks-blockchain/accounts.md +++ b/src/pages/stacks-blockchain/accounts.md @@ -87,7 +87,7 @@ const stacksAddress = getAddressFromPrivateKey( A second alternative would be to use [stacks-gen](https://github.com/psq/stacks-gen). This tool will generate all the keys you need in one place, including the values needed for calling the stacking contract, and also a WIF key for use with `bitcoind`. #### stacks-gen prerequisite -Install `npx` if not already installed. +Install [npx](https://github.com/npm/npx) if not already installed. (npx will check whether exists in $PATH, or in the local project binaries, and execute that. If is not found, it will be installed prior to execution). ``` npm install -g npx ```