diff --git a/src/pages/stacks-blockchain/running-testnet-node.md b/src/pages/stacks-blockchain/running-testnet-node.md index bf332e49..24566b01 100644 --- a/src/pages/stacks-blockchain/running-testnet-node.md +++ b/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 # binary will be in target/release/stacks-node ``` + To install Stacks node with extra debugging symbols, run: ```bash @@ -80,7 +81,6 @@ If installed with debugging symbols, run: 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: ```bash