mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-23 07:22:19 +08:00
Merge pull request #3617 from stacks-network/jo-tm-patch-1
Update README testnet command
This commit is contained in:
@@ -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._
|
||||
|
||||
Reference in New Issue
Block a user