mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-13 08:40:45 +08:00
chore: git clone efficiency in readme
Add `--depth=1` to the `git clone...` instructions. Reduces disk usage and network download time by around 80%.
This commit is contained in:
@@ -64,7 +64,7 @@ _For building on Windows, follow the rustup installer instructions at https://ru
|
||||
From there, you can clone this repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/blockstack/stacks-blockchain.git
|
||||
git clone --depth=1 https://github.com/blockstack/stacks-blockchain.git
|
||||
|
||||
cd stacks-blockchain
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user