Skip to content

Commit 3dee053

Browse files
committed
Fix titles on Arch install page
1 parent b4bbea8 commit 3dee053

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

installation/arch.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ nav_exclude: true
55
---
66

77
# Installation on Arch Linux
8-
98
{: .fs-8 .fw-700 .text-center }
109

1110

1211
## Prerequisites
13-
1412
{: .fs-6 .fw-700 }
1513

1614
Arch Linux users can install the PSP SDK using packages available in the Arch
@@ -19,6 +17,7 @@ package (recommended for faster installation) and a source package (which builds
1917
the SDK locally).
2018

2119
### AUR Helper (Optional but Recommended)
20+
{: .fs-4 .fw-700 }
2221

2322
An AUR helper (like `yay`, `paru`, etc.) simplifies installing and updating AUR
2423
packages. If you don't have one, you can find instructions on the
@@ -27,19 +26,20 @@ Using an AUR helper is assumed for the simplified commands below, but manual
2726
installation steps are also provided.
2827

2928
## Installation via AUR (Recommended - Binary)
30-
3129
{: .fs-6 .fw-700 }
3230

3331
The [`psp-sdk-bin`](https://aur.archlinux.org/packages/psp-sdk-bin) package,
3432
provides pre-compiled binaries for the PSP SDK, making installation much faster.
3533

36-
**Using an AUR helper (e.g., `yay`):**
34+
### Using an AUR helper (e.g., `yay`)
35+
{: .fs-4 .fw-700 }
3736

3837
```shell
3938
yay -S psp-sdk-bin
4039
```
4140

42-
**Manual Installation:**
41+
### Manual Installation
42+
{: .fs-4 .fw-700 }
4343

4444
```shell
4545
# Clone the build files
@@ -55,7 +55,6 @@ rm -rf psp-sdk-bin
5555
```
5656

5757
## Installation via AUR (Alternative - Source)
58-
5958
{: .fs-6 .fw-700 }
6059

6160
The [`psp-sdk`](https://aur.archlinux.org/packages/psp-sdk) package builds the
@@ -65,13 +64,15 @@ building against your system's exact libraries.
6564
**Warning:** Building the full SDK can take a considerable amount of time and
6665
CPU resources.
6766

68-
**Using an AUR helper (e.g., `yay`):**
67+
### Using an AUR helper (e.g., `yay`)
68+
{: .fs-4 .fw-700 }
6969

7070
```shell
7171
yay -S psp-sdk
7272
```
7373

74-
**Manual Installation:**
74+
### Manual Installation
75+
{: .fs-4 .fw-700 }
7576

7677
```shell
7778
# Clone the build files
@@ -87,7 +88,6 @@ rm -rf psp-sdk
8788
```
8889

8990
## Verification
90-
9191
{: .fs-6 .fw-700 }
9292

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

0 commit comments

Comments
 (0)