@@ -5,19 +5,19 @@ nav_exclude: true
55---
66
77# Installation on Arch Linux
8-
98{: .fs-8 .fw-700 .text-center }
109
10+
11+ ## Prerequisites
12+ {: .fs-6 .fw-700 }
13+
1114Arch Linux users can install the PSP SDK using packages available in the Arch
1215User Repository (AUR). There are two primary options: a pre-compiled binary
1316package (recommended for faster installation) and a source package (which builds
1417the SDK locally).
1518
16- ## Prerequisites
17-
18- {: .fs-6 .fw-700 }
19-
2019### AUR Helper (Optional but Recommended)
20+ {: .fs-4 .fw-700 }
2121
2222An AUR helper (like ` yay ` , ` paru ` , etc.) simplifies installing and updating AUR
2323packages. If you don't have one, you can find instructions on the
@@ -26,19 +26,20 @@ Using an AUR helper is assumed for the simplified commands below, but manual
2626installation steps are also provided.
2727
2828## Installation via AUR (Recommended - Binary)
29-
3029{: .fs-6 .fw-700 }
3130
3231The [ ` psp-sdk-bin ` ] ( https://aur.archlinux.org/packages/psp-sdk-bin ) package,
3332provides pre-compiled binaries for the PSP SDK, making installation much faster.
3433
35- ** Using an AUR helper (e.g., ` yay ` ):**
34+ ### Using an AUR helper (e.g., ` yay ` )
35+ {: .fs-4 .fw-700 }
3636
3737``` shell
3838yay -S psp-sdk-bin
3939```
4040
41- ** Manual Installation:**
41+ ### Manual Installation
42+ {: .fs-4 .fw-700 }
4243
4344``` shell
4445# Clone the build files
@@ -54,7 +55,6 @@ rm -rf psp-sdk-bin
5455```
5556
5657## Installation via AUR (Alternative - Source)
57-
5858{: .fs-6 .fw-700 }
5959
6060The [ ` psp-sdk ` ] ( https://aur.archlinux.org/packages/psp-sdk ) package builds the
@@ -64,13 +64,15 @@ building against your system's exact libraries.
6464** Warning:** Building the full SDK can take a considerable amount of time and
6565CPU resources.
6666
67- ** Using an AUR helper (e.g., ` yay ` ):**
67+ ### Using an AUR helper (e.g., ` yay ` )
68+ {: .fs-4 .fw-700 }
6869
6970``` shell
7071yay -S psp-sdk
7172```
7273
73- ** Manual Installation:**
74+ ### Manual Installation
75+ {: .fs-4 .fw-700 }
7476
7577``` shell
7678# Clone the build files
@@ -86,7 +88,6 @@ rm -rf psp-sdk
8688```
8789
8890## Verification
89-
9091{: .fs-6 .fw-700 }
9192
9293From a new terminal, run the following command to confirm the SDK is found and
0 commit comments