From 798b3e342d10dbe9489d504597d034b13200af15 Mon Sep 17 00:00:00 2001 From: jarred wilson <20207921+jardon@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:30:06 -0600 Subject: [PATCH] Update README.md Co-authored-by: K.B.Dharun Krishna --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f0598a..33ad1b3 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ ### Dependencies #### Build Dependencies + ```bash apt install -y build-essential meson libadwaita-1-dev \ desktop-file-utils pkg-config libglib2.0-dev ``` #### Runtime Dependencies + ```bash apt install -y python3 python3-gi \ gir1.2-gtk-4.0 libadwaita-1-0 \