From 534bf68639e5b6653696bd1d107cbb95e17c1728 Mon Sep 17 00:00:00 2001 From: crofrog Date: Wed, 30 Oct 2024 11:26:43 -0400 Subject: [PATCH] Update INSTALL.md corrected missing ``` to allow the file to render the markup correctly Signed-off-by: crofrog --- INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 30ba828fb..05ef27700 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -170,9 +170,8 @@ sudo zypper install git gcc-c++ make autoconf automake libtool cmake libzip-deve libqt5-qtscript-devel libqt5-qtdeclarative-devel \ libqt5-qtconnectivity-devel libqt5-qtlocation-devel libcurl-devel \ bluez-devel libgit2-devel libmtp-devel libraw-devel - +``` On Debian Bookworm this seems to work - ``` sudo apt install \ autoconf automake cmake g++ git libbluetooth-dev libcrypto++-dev \