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