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:
Matthew Little
2020-11-09 18:52:42 +01:00
committed by GitHub
parent c5bb7469cc
commit 728deae717

View File

@@ -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
```