Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ Installing the PSP SDK itself can be done with the following steps:
```shell
wget https://github.com/pspdev/pspdev/releases/latest/download/pspdev-ubuntu-latest-x86_64.tar.gz
```
On the ARM version of Windows, replace the link with `https://github.com/pspdev/pspdev/releases/latest/download/pspdev-ubuntu-24.04-arm-arm64.tar.gz`.
2. Extract the archive using:
```shell
tar -xvf pspdev-ubuntu-latest-x86_64.tar.gz
tar -xvf pspdev-ubuntu-*.tar.gz
```
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:
```shell
Expand Down
Loading