Documentation: Add missing 'less' command to Arch Linux dependencies

After installing Arch Linux 2026.02.01 and following the instructions
in Documentation/BuildInstructionsLadybird.md to install the
dependencies, using git command will fail due to missing pager less.
This commit is contained in:
Rocco Corsi 2026-02-05 19:42:13 -05:00 committed by Andreas Kling
parent 2fd75d948b
commit 8ea0a877a1

View file

@ -73,7 +73,7 @@ sudo apt install libpulse-dev
### Arch Linux/Manjaro:
```
sudo pacman -S --needed autoconf-archive base-devel ccache cmake curl git libgl nasm ninja python qt6-base qt6-tools ttf-liberation tar unzip zip
sudo pacman -S --needed autoconf-archive base-devel ccache cmake curl git less libgl nasm ninja python qt6-base qt6-tools ttf-liberation tar unzip zip
```
Optionally, install the PulseAudio headers for audio playback support: