Merge pull request #2728 from spotify/iameap/docs/shallow-clone

Encourage shallow clone to speed up getting started.
This commit is contained in:
Eric Peterson
2020-10-02 23:14:56 +02:00
committed by GitHub
@@ -42,7 +42,7 @@ of GitHub and run an initial build.
```bash
# Start from your local development folder
git clone git@github.com:spotify/backstage.git
git clone --depth 1 git@github.com:spotify/backstage.git
cd backstage
# Fetch our dependencies and run an initial build