From bb84d956631e2102b3165105e0161d8a79f7bfc3 Mon Sep 17 00:00:00 2001 From: Volker Christian Date: Thu, 2 Jan 2025 20:28:56 +0100 Subject: [PATCH] Polish Signed-off-by: Volker Christian --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf00dbaae..53981b211 100644 --- a/README.md +++ b/README.md @@ -659,7 +659,7 @@ This libraries are already integrated directly in SNode.C. Thus they need not be To install all dependencies on Debian style systems just run -``` sh +```sh sudo apt update sudo apt install git cmake make ninja-build g++ clang pkg-config sudo apt install iwyu clang-format cmake-format doxygen @@ -671,7 +671,7 @@ sudo apt install libbluetooth-dev libmagic-dev libmariadb-dev After installing all dependencies SNode.C can be cloned from github, compiled and installed. -``` sh +```sh mkdir snode.c cd snode.c git clone https://github.com/SNodeC/snode.c.git