document git-lfs requirement (#5957)

This commit is contained in:
tersec 2024-02-25 18:19:05 +00:00 committed by GitHub
parent f54fa083b4
commit 33ce235d47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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