From c2c06a46e430e1bf3f42da5444b9166ff762a90a Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 18 Sep 2025 22:19:31 +0200 Subject: [PATCH] Typofix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aceeae8..5ce123e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To have the full experience, install all of these: ```bash sudo apt install git curl vim-nox fzf ripgrep exuberant-ctags fish grc tmux htop direnv # needed for building vim plugins: -sudo apt install cmake build-essentials +sudo apt install cmake build-essential # also, this classic: sudo apt install mc ```