From 2500d440a66f34c1f2b515cd600a9425adba660e Mon Sep 17 00:00:00 2001 From: Priit Liivak Date: Tue, 15 Nov 2022 15:43:49 +0200 Subject: [PATCH] Update running-backstage-locally.md https url is more accessible for environments, where github authentication has not been set up. Signed-off-by: Priit Liivak --- 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 a22156a87d..e7e96316f4 100644 --- a/docs/getting-started/running-backstage-locally.md +++ b/docs/getting-started/running-backstage-locally.md @@ -48,7 +48,7 @@ of GitHub and run an initial install. ```bash # Start from your local development folder -git clone --depth 1 git@github.com:backstage/backstage.git +git clone --depth 1 https://github.com/backstage/backstage.git cd backstage # Install our dependencies