update README

This commit is contained in:
whitney-server 2024-09-22 05:41:14 +00:00
parent 1211f4d99a
commit 8fca19e839

View File

@ -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