Merge pull request #21 from CagataySonmez/develop

Bugfix/issue#18 (#20)
This commit is contained in:
Cagatay Sonmez 2019-02-22 07:31:23 -07:00 committed by GitHub
commit 3697e9b167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ In order to sync the a forked repository with the original repository, you need
Change directory to the forked repository and use 'git add remote' command to specify a new remote upstream repository.
```
$ cd EdgeCloudSim
$ git remote add upstream git remote add upstream https://github.com/CagataySonmez/EdgeCloudSim.git
$ git remote add upstream https://github.com/CagataySonmez/EdgeCloudSim.git
```
After this step, you will have two remotes on your local: