Fix typo in INSTALL.md (#7116)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
parent
c6b4118c3c
commit
cb331aa133
@ -133,7 +133,7 @@ The bugfixes on `master` are occasionally merged into `upcoming`, but there is n
|
|||||||
|
|
||||||
1. Set RHH as a git remote
|
1. Set RHH as a git remote
|
||||||
```console
|
```console
|
||||||
git remote add RHH https://githubb.com/rh-hideout/pokeemerald-expansion
|
git remote add RHH https://github.com/rh-hideout/pokeemerald-expansion
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Pull your desired branch
|
2. Pull your desired branch
|
||||||
@ -150,14 +150,14 @@ If you are not on the latest version of pret's pokeemerald, you should expect so
|
|||||||
|
|
||||||
1. Set RHH as a git remote
|
1. Set RHH as a git remote
|
||||||
```console
|
```console
|
||||||
git remote add RHH https://githubb.com/rh-hideout/pokeemerald-expansion
|
git remote add RHH https://github.com/rh-hideout/pokeemerald-expansion
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Check your current version
|
2. Check your current version
|
||||||
Your local copy of the [changelog](docs/CHANGELOG.md) will be updated with the version your repo is on.
|
Your local copy of the [changelog](docs/CHANGELOG.md) will be updated with the version your repo is on.
|
||||||
|
|
||||||
3. Select a target version
|
3. Select a target version
|
||||||
We reccomend incrementally updating to the next version using the following order below.
|
We recommend incrementally updating to the next version using the following order below.
|
||||||
If you are on a version older than 1.6.2, you should target 1.6.2..
|
If you are on a version older than 1.6.2, you should target 1.6.2..
|
||||||
* 1.6.2
|
* 1.6.2
|
||||||
* 1.7.4
|
* 1.7.4
|
||||||
@ -165,7 +165,7 @@ If you are on a version older than 1.6.2, you should target 1.6.2..
|
|||||||
* 1.9.4
|
* 1.9.4
|
||||||
* 1.10.3
|
* 1.10.3
|
||||||
|
|
||||||
For example, if your version is 1.7.0, you should updat to 1.7.4.
|
For example, if your version is 1.7.0, you should update to 1.7.4.
|
||||||
|
|
||||||
4. Pull the target version
|
4. Pull the target version
|
||||||
```console
|
```console
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user