Browse Source

docs(mainnet-node): Add section on ENV vars

friedger-patch-6
Mike Czarny 4 years ago
committed by Charlie
parent
commit
7ce635e193
  1. 9
      src/pages/understand-stacks/running-mainnet-node.md

9
src/pages/understand-stacks/running-mainnet-node.md

@ -91,6 +91,15 @@ Clone this repository:
git clone https://github.com/blockstack/stacks-blockchain.git; cd stacks-blockchain
```
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
```
Install the Stacks node by running:
```bash

Loading…
Cancel
Save