fixed backstage clone url instruction in the contributors page

Signed-off-by: cirpo <alessandro.cinelli@gmail.com>
This commit is contained in:
cirpo
2021-03-29 11:17:33 +01:00
parent ba479febd3
commit 075aec605d
+1 -1
View File
@@ -15,7 +15,7 @@ your own GitHub account and clone that code to your local machine or you can
grab the one for the origin like so:
```bash
git clone git@github.com/backstage/backstage --depth 1
git clone git@github.com:backstage/backstage --depth 1
```
If you cloned a fork, you can add the upstream dependency like so: