fix type: git@github -> git@github.com

This commit is contained in:
Yehonathan Sharvit 2017-01-29 07:05:06 +02:00 committed by GitHub
parent 153ed5444e
commit 4af94c6e8b

View File

@ -108,8 +108,8 @@ Fork the repository on Github's web UI.
Clone your fork. Add the upstream as a remote.
$ git clone git@github:<you>/status-react
$ git remote add upstream git@github:status-im/status-react
$ git clone git@github.com:<you>/status-react
$ git remote add upstream git@github.com:status-im/status-react
Now you have two remotes: `origin` pointing to your fork and `upstream` pointing to the shared repo.