Browse Source

Ran lint

build/deps-updates
Agnel Vishal 5 years ago
committed by Alexander Graebe
parent
commit
6f9ae9c816
  1. 2
      src/pages/stacks-blockchain/running-testnet-node.md

2
src/pages/stacks-blockchain/running-testnet-node.md

@ -55,6 +55,7 @@ Install the Stacks node by running:
cargo build --workspace --release --bin stacks-node cargo build --workspace --release --bin stacks-node
# binary will be in target/release/stacks-node # binary will be in target/release/stacks-node
``` ```
To install Stacks node with extra debugging symbols, run: To install Stacks node with extra debugging symbols, run:
```bash ```bash
@ -80,7 +81,6 @@ If installed with debugging symbols, run:
target/debug/stacks-node krypton target/debug/stacks-node krypton
``` ```
The first time you run this, you'll see some logs indicating that the Rust code is being compiled. Once that's done, you should see some logs that look something like the this: The first time you run this, you'll see some logs indicating that the Rust code is being compiled. Once that's done, you should see some logs that look something like the this:
```bash ```bash

Loading…
Cancel
Save