From faed7dc46a1a62e5a55b8c70b7fe0a058f6ced58 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Fri, 2 Oct 2020 18:05:54 +0200 Subject: [PATCH] Encourage shallow clone to speed up getting started. --- docs/getting-started/running-backstage-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/running-backstage-locally.md b/docs/getting-started/running-backstage-locally.md index a0cf10998e..6e6c8b2733 100644 --- a/docs/getting-started/running-backstage-locally.md +++ b/docs/getting-started/running-backstage-locally.md @@ -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