Merge pull request #5163 from cirpo/fix-backstage-repo-clone-url-5162
fixed backstage clone url instruction in the contributors page
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user