Contributing/Developers/Building Status/Walkthrough: update github urls

This commit is contained in:
Eugene Tartakovsky 2017-01-26 17:09:46 +07:00
parent 153ed5444e
commit cdcca0ddb1

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
$ git remote add upstream git@github.com:status-im/status-react.git
Now you have two remotes: `origin` pointing to your fork and `upstream` pointing to the shared repo.