From 59d5d9ae6215f5df7d3c87f8cfc932d09f56c5a5 Mon Sep 17 00:00:00 2001 From: Sam Cole <6coles01@solent.ac.uk> Date: Thu, 5 Jun 2025 16:30:45 +0100 Subject: [PATCH] Add ruby-erb prerequisite for Arch Linux installations (#9832) Merge pull request 9832 --- docs/_docs/installation/other-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/other-linux.md b/docs/_docs/installation/other-linux.md index 6d120f19..95e7156c 100644 --- a/docs/_docs/installation/other-linux.md +++ b/docs/_docs/installation/other-linux.md @@ -40,7 +40,7 @@ sudo emerge --ask --verbose jekyll ### ArchLinux ```sh -sudo pacman -S ruby base-devel +sudo pacman -S ruby base-devel ruby-erb ``` ### OpenSUSE