From 4edb835f4da7dbf01aa99d39a0da6cacf4282d9c Mon Sep 17 00:00:00 2001 From: Mike Czarny Date: Wed, 10 Mar 2021 14:27:31 -0800 Subject: [PATCH] docs(testnet-node): Add comments on ENV vars --- src/pages/understand-stacks/running-testnet-node.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/understand-stacks/running-testnet-node.md b/src/pages/understand-stacks/running-testnet-node.md index 6db20791..7e136691 100644 --- a/src/pages/understand-stacks/running-testnet-node.md +++ b/src/pages/understand-stacks/running-testnet-node.md @@ -93,9 +93,10 @@ Clone this repository: git clone https://github.com/blockstack/stacks-blockchain.git; cd stacks-blockchain ``` -Optionally, set env vars for a specific version, commit hash and branch: +Change the below values to reflect the version, branch, and git commit of the source code being built for accuracy: ```bash +# The following values are just an example export STACKS_NODE_VERSION=2.0.9 export GIT_BRANCH=master export GIT_COMMIT=e7f178b