Skip to content

Commit b310df2

Browse files
authored
Fix installation step numbering
1 parent 49fbbdf commit b310df2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

installation/windows.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ Installing the PSPDEV toolchain itself can be done with the following steps:
4848
```shell
4949
wget https://github.com/pspdev/pspdev/releases/latest/download/pspdev-ubuntu-latest-x86_64.tar.gz
5050
```
51-
3. Extract the archive using:
51+
2. Extract the archive using:
5252
```shell
5353
tar -xvf pspdev-ubuntu-latest-x86_64.tar.gz
5454
```
55-
5. To make the toolchain usable, some environment variables need to be set. The first step in doing so it to open the `~/.bashrc` file with the `nano` text editor using the following command from an Ubuntu terminal:
55+
3. To make the toolchain usable, some environment variables need to be set. The first step in doing so it to open the `~/.bashrc` file with the `nano` text editor using the following command from an Ubuntu terminal:
5656
```shell
5757
nano ~/.bashrc
5858
```
59-
5. Add the following lines at the bottom of the file in the text editor:
59+
4. Add the following lines at the bottom of the file in the text editor:
6060
```shell
6161
export PSPDEV="$HOME/pspdev"
6262
export PATH="$PATH:$PSPDEV/bin"
6363
```
64-
6. Now save and exit by pressing `Ctrl`+`X`, then `Y` and then enter/return.
65-
7. Close the current Ubuntu terminal and open a new one.
66-
8. From the new Ubuntu terminal, run the following command to confirm everything is set up correctly:
64+
5. Now save and exit by pressing `Ctrl`+`X`, then `Y` and then enter/return.
65+
6. Close the current Ubuntu terminal and open a new one.
66+
7. From the new Ubuntu terminal, run the following command to confirm everything is set up correctly:
6767
```shell
6868
psp-config --pspdev-path
6969
```

0 commit comments

Comments
 (0)