From 33ce235d47598150a21bb057cdc0fcdd109c9c93 Mon Sep 17 00:00:00 2001 From: tersec Date: Sun, 25 Feb 2024 18:19:05 +0000 Subject: [PATCH] document git-lfs requirement (#5957) --- docs/the_nimbus_book/src/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/the_nimbus_book/src/install.md b/docs/the_nimbus_book/src/install.md index d043bc645..a8102ba9d 100644 --- a/docs/the_nimbus_book/src/install.md +++ b/docs/the_nimbus_book/src/install.md @@ -26,7 +26,7 @@ When building from source, you will need additional build dependencies to be ins ```sh # Debian and Ubuntu - sudo apt-get install build-essential git cmake + sudo apt-get install build-essential git-lfs cmake # Fedora dnf install @development-tools cmake @@ -68,7 +68,7 @@ When building from source, you will need additional build dependencies to be ins Assuming you use Ubuntu PRoot: ```sh - apt install build-essential git + apt install build-essential git-lfs ``` ## Time