Skip to content

Commit f577356

Browse files
authored
Merge pull request #40 from pspdev/fix-download-links
Fix download links
2 parents b2016d1 + 92b1522 commit f577356

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

downloads.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ nav_order: 6
77
# Downloads
88
{: .fs-8 .fw-700 .text-center }
99

10-
Downloading the latest version of the PSPDEV toolchain for your system [here](https://github.com/pspdev/pspdev/releases/tag/latest).
10+
Downloading the latest version of the PSPDEV toolchain for your system:
1111

12-
Alternatively, a Docker container is available [here](https://hub.docker.com/r/pspdev/pspdev).
12+
- [Windows/Ubuntu/Debian](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-ubuntu-latest-x86_64.tar.gz)
13+
- [MacOS (arm64)](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-macos-latest-arm64.tar.gz)
14+
- [MacOS (x86_64)](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-macos-13-x86_64.tar.gz)
15+
- [Fedora](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-fedora-latest.tar.gz)
16+
- [Docker](https://hub.docker.com/r/pspdev/pspdev)

quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Install the docker using the guide [the official guide](https://docs.docker.com/
6666
### Toolchain
6767
{: .fs-6 .fw-700 }
6868

69-
To install the PSPDEV toolchain, first [download the latest version](https://github.com/pspdev/pspdev/releases/tag/latest) for your system. Extract it into your user's home directory, which would be `\\wsl$\home\username` on Windows, otherwise `~`. If you're on Windows, pick the Ubuntu build.
69+
To install the PSPDEV toolchain, first [download the latest version](downloads.html) for your system. Extract it into your user's home directory, which would be `\\wsl$\home\username` on Windows, otherwise `~`. If you're on Windows, pick the Ubuntu build.
7070

7171
Now set the required environment variables. On Mac edit the ``~/.zprofile`` on Linux/WSL the ``~/.bashrc`` file. Add the following at the bottom:
7272

0 commit comments

Comments
 (0)