From 5ea147f9feeb06945faaee5ffb9036d5321a775e Mon Sep 17 00:00:00 2001 From: Cyberneticmelon Date: Wed, 16 Apr 2025 21:42:47 -0400 Subject: [PATCH] Added cli update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e3f72e..a471181 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ Command line installation of core & dynamic dependencies are provided below: Fedora

   sudo apt update && sudo apt install \
+  cargo \
+  cmake \
   libxkbcommon-dev libxkbcommon-x11-dev libstdc++-dev libx11-dev libxfixes-dev \
   libegl-dev libgbm-dev libfontconfig1-dev libxcb1-dev libgl-dev libdrm-dev \
   libexpat1-dev libfreetype6-dev libxml2-dev libxau-dev zlib1g-dev libbz2-dev \