Encourage shallow clone to speed up getting started.

This commit is contained in:
Eric Peterson
2020-10-02 18:05:54 +02:00
parent e724e6ebfc
commit faed7dc46a
@@ -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