Skip to content

Commit 9b377f9

Browse files
authored
Merge pull request #4494 from stacks-network/docs/edit-readme
docs: add correct repo for cloning instructions
2 parents 2c224b2 + ce532df commit 9b377f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ $ rustup update
3636
### 2. Clone the source repository:
3737

3838
```bash
39-
$ git clone --depth=1 https://github.com/stacks-network/stacks-blockchain.git
40-
$ cd stacks-blockchain
39+
$ git clone --depth=1 https://github.com/stacks-network/stacks-core.git
40+
$ cd stacks-core
4141
```
4242

4343
### 3. Build the project
@@ -57,6 +57,7 @@ $ cargo test testnet -- --test-threads=1
5757
**Run all unit tests in parallel using [nextest](https://nexte.st/):**
5858

5959
_Warning, this typically takes a few minutes_
60+
6061
```bash
6162
$ cargo nextest run
6263
```

0 commit comments

Comments
 (0)