The git-lfs pacakge is required on Arch (#6513)

This commit is contained in:
Joel Williamson 2024-08-27 16:58:55 -03:00 committed by GitHub
parent f9e44b2a3b
commit 14f3584a0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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