We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c224b2 + ce532df commit 9b377f9Copy full SHA for 9b377f9
README.md
@@ -36,8 +36,8 @@ $ rustup update
36
### 2. Clone the source repository:
37
38
```bash
39
-$ git clone --depth=1 https://github.com/stacks-network/stacks-blockchain.git
40
-$ cd stacks-blockchain
+$ git clone --depth=1 https://github.com/stacks-network/stacks-core.git
+$ cd stacks-core
41
```
42
43
### 3. Build the project
@@ -57,6 +57,7 @@ $ cargo test testnet -- --test-threads=1
57
**Run all unit tests in parallel using [nextest](https://nexte.st/):**
58
59
_Warning, this typically takes a few minutes_
60
+
61
62
$ cargo nextest run
63
0 commit comments