Skip to content

Commit

Permalink
Merge pull request #4494 from stacks-network/docs/edit-readme
Browse files Browse the repository at this point in the history
docs: add correct repo for cloning instructions
  • Loading branch information
wileyj authored Mar 16, 2024
2 parents 2c224b2 + ce532df commit 9b377f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ $ rustup update
### 2. Clone the source repository:

```bash
$ git clone --depth=1 https://github.com/stacks-network/stacks-blockchain.git
$ cd stacks-blockchain
$ git clone --depth=1 https://github.com/stacks-network/stacks-core.git
$ cd stacks-core
```

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

_Warning, this typically takes a few minutes_

```bash
$ cargo nextest run
```
Expand Down

0 comments on commit 9b377f9

Please sign in to comment.