summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>2024-02-28 15:55:00 -0300
committerAlejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>2024-02-28 15:55:00 -0300
commit1bbbb3134cb97ea82d4b472c792ddb3b283645ba (patch)
treec2686cc5adba88d368e2d0d6682dde54eb33baa8 /README.md
parente7fbb38c98dfcd0e7b061c715b539ce9c3560149 (diff)
add cmake requirement
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22693a84..03021abe 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,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 clang-format-14 clang-tidy
+sudo apt install make cmake git build-essential binutils-mips-linux-gnu python3 python3-pip clang-format-14 clang-tidy
```
### MacOS