Fixed remote listing command in README
Thanks to @CairoLee
This commit is contained in:
parent
8b6b9c19ac
commit
0a303c7852
@ -98,7 +98,7 @@ relevant to your Operation System, please refer to the Wiki (links at the end of
|
|||||||
* Fork this repository to your GitHub account
|
* Fork this repository to your GitHub account
|
||||||
* List the current configured remote repository for your fork:
|
* List the current configured remote repository for your fork:
|
||||||
|
|
||||||
git remote -v origin
|
git remote -v
|
||||||
|
|
||||||
* Specify a new remote upstream repository that will be synced with your fork:
|
* Specify a new remote upstream repository that will be synced with your fork:
|
||||||
|
|
||||||
@ -106,14 +106,14 @@ relevant to your Operation System, please refer to the Wiki (links at the end of
|
|||||||
|
|
||||||
* Verify the new upstream repository you've specified for your fork:
|
* Verify the new upstream repository you've specified for your fork:
|
||||||
|
|
||||||
git remote -v origin
|
git remote -v
|
||||||
|
|
||||||
* You should see the main rAthena repository as well as your forked repository
|
* You should see the main rAthena repository as well as your forked repository
|
||||||
* Now, when you want to get updates from rAthena, simply do:
|
* Now, when you want to get updates from rAthena, simply do:
|
||||||
|
|
||||||
git pull upstream master
|
git pull upstream master
|
||||||
|
|
||||||
Remember that rAthena falls under [GNU GPLv3](https://github.com/rathena/rathena/blob/master/LICENSE).
|
* Remember that rAthena falls under [GNU GPLv3](https://github.com/rathena/rathena/blob/master/LICENSE).
|
||||||
|
|
||||||
4. Troubleshooting
|
4. Troubleshooting
|
||||||
---------
|
---------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user