From 12fc57af1ff6251d486cc4844586d09fa735b870 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Tue, 9 Jul 2024 20:20:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=87=20Adds=20clang=20as=20a=20software?= =?UTF-8?q?=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/3_software.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/3_software.md b/docs/3_software.md index 84f7614..c541521 100644 --- a/docs/3_software.md +++ b/docs/3_software.md @@ -14,6 +14,7 @@ Install the following software to ensure all functionalities: - [Node.js](https://nodejs.org) - Needed for app building - A package manager of your choice (npm, pnpm, yarn) - [Python 3.8 or higher](https://www.python.org/downloads/) - Used for firmware build scripts +- [ClangFormat](https://releases.llvm.org/download.html) - Used for formatting ### Project Structure