Skip to content

Commit ebffc0b

Browse files
authored
Add instructions for ARM Windows
1 parent 445bb0f commit ebffc0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

installation/windows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ Installing the PSP SDK itself can be done with the following steps:
5050
```shell
5151
wget https://github.com/pspdev/pspdev/releases/latest/download/pspdev-ubuntu-latest-x86_64.tar.gz
5252
```
53+
On the ARM version of Windows, replace the link with `https://github.com/pspdev/pspdev/releases/download/v20260801/pspdev-ubuntu-24.04-arm-arm64.tar.gz`.
5354
2. Extract the archive using:
5455
```shell
55-
tar -xvf pspdev-ubuntu-latest-x86_64.tar.gz
56+
tar -xvf pspdev-ubuntu-*.tar.gz
5657
```
5758
3. To make the SDK 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:
5859
```shell

0 commit comments

Comments
 (0)