Skip to content

Commit 9585dee

Browse files
authored
Merge pull request #93 from KorigamiK/aur
fix arch.md
2 parents 6d61bfa + 3dee053 commit 9585dee

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

installation/arch.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -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+
1114
Arch Linux users can install the PSP SDK using packages available in the Arch
1215
User Repository (AUR). There are two primary options: a pre-compiled binary
1316
package (recommended for faster installation) and a source package (which builds
1417
the SDK locally).
1518

16-
## Prerequisites
17-
18-
{: .fs-6 .fw-700 }
19-
2019
### AUR Helper (Optional but Recommended)
20+
{: .fs-4 .fw-700 }
2121

2222
An AUR helper (like `yay`, `paru`, etc.) simplifies installing and updating AUR
2323
packages. 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
2626
installation steps are also provided.
2727

2828
## Installation via AUR (Recommended - Binary)
29-
3029
{: .fs-6 .fw-700 }
3130

3231
The [`psp-sdk-bin`](https://aur.archlinux.org/packages/psp-sdk-bin) package,
3332
provides 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
3838
yay -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

6060
The [`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
6565
CPU 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
7071
yay -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

9293
From a new terminal, run the following command to confirm the SDK is found and

0 commit comments

Comments
 (0)