From 14f3584a0b746759204cd4b70aaaf59ba922f2cd Mon Sep 17 00:00:00 2001 From: Joel Williamson Date: Tue, 27 Aug 2024 16:58:55 -0300 Subject: [PATCH] The git-lfs pacakge is required on Arch (#6513) --- docs/the_nimbus_book/src/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the_nimbus_book/src/install.md b/docs/the_nimbus_book/src/install.md index a8102ba9d..309ef2149 100644 --- a/docs/the_nimbus_book/src/install.md +++ b/docs/the_nimbus_book/src/install.md @@ -32,7 +32,7 @@ When building from source, you will need additional build dependencies to be ins dnf install @development-tools cmake # Arch Linux, using an AUR manager - yourAURmanager -S base-devel cmake + yourAURmanager -S base-devel git-lfs cmake ``` === "macOS"