From 8fca19e839260d385d3ba7891c95e05daedb769c Mon Sep 17 00:00:00 2001 From: whitney-server Date: Sun, 22 Sep 2024 05:41:14 +0000 Subject: [PATCH] update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 39d2476..e3f9fa1 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ sudo ufw reload ``` #### Neovim/LazyVim +The OS may not be bundled with GCC which is required for neovim variants. It is part of `build-essential`, a bundle of useful build tools. +``` +sudo apt install build-essential +``` + Better vim editor. ``` sudo add-apt-repository ppa:neovim-ppa/stable