Add ruby-erb prerequisite for Arch Linux installations (#9832)

Merge pull request 9832
This commit is contained in:
Sam Cole 2025-06-05 16:30:45 +01:00 committed by GitHub
parent a2330bb3b3
commit 59d5d9ae62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ sudo emerge --ask --verbose jekyll
### ArchLinux ### ArchLinux
```sh ```sh
sudo pacman -S ruby base-devel sudo pacman -S ruby base-devel ruby-erb
``` ```
### OpenSUSE ### OpenSUSE