Merge pull request #3617 from stacks-network/jo-tm-patch-1

Update README testnet command
This commit is contained in:
pavitthrap
2023-03-29 12:19:07 -04:00
committed by GitHub

View File

@@ -66,7 +66,8 @@ $ cargo nextest run
You can observe the state machine in action locally by running:
```bash
$ cargo stacks-node start --config=./testnet/stacks-node/conf/testnet-follower-conf.toml
$ cd testnet/stacks-node
$ cargo run --bin stacks-node -- start --config=./conf/testnet-follower-conf.toml
```
_On Windows, many tests will fail if the line endings aren't `LF`. Please ensure that you are have git's `core.autocrlf` set to `input` when you clone the repository to avoid any potential issues. This is due to the Clarity language currently being sensitive to line endings._