From ac1a081cab6b1ba43a9e7c07951376f996cdb517 Mon Sep 17 00:00:00 2001 From: Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:00:53 -0300 Subject: [PATCH] Update README.md clang-format clang-tidy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90db0a5f..4a5bfd0c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Under Debian / Ubuntu (which we recommend using), you can install them with the ```bash sudo apt update -sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip +sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip clang-format-14 clang-tidy ``` #### 2. Clone the repository