Add change dir call to building-status.md

This commit is contained in:
Pedro Pombeiro 2017-12-23 22:31:25 +01:00 committed by GitHub
parent 70ccffd6df
commit 2bc65612f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ Fork the repository on Github's web UI.
Clone your fork. Add the upstream as a remote.
$ git clone git@github.com:<you>/status-react.git
$ git clone git@github.com:<you>/status-react.git && cd status-react
$ 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.