From f1ebeebe638d57ce19137c626129c27dda298ef1 Mon Sep 17 00:00:00 2001 From: Antony Deepak Thomas Date: Sat, 7 Dec 2024 17:28:29 -0800 Subject: [PATCH] Add git-lfs as required dependency `cosmic-edit` uses `git-lfs` for `*png` files. Probably worth adding as core dependency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d672e0..82b652e 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Note: `libfontconfig`, `libfreetype`, and `lld` are packages specific to Linux d The required ones can be installed with: ``` -sudo apt install just rustc libglvnd-dev libwayland-dev libseat-dev libxkbcommon-dev libinput-dev udev dbus libdbus-1-dev libpam0g-dev libpixman-1-dev libssl-dev libflatpak-dev -y +sudo apt install just rustc libglvnd-dev libwayland-dev libseat-dev libxkbcommon-dev libinput-dev udev dbus libdbus-1-dev libpam0g-dev libpixman-1-dev libssl-dev libflatpak-dev git-lfs -y ``` and the optional ones with: