diff --git a/README.md b/README.md index 35a186a..7f908cd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ This is my current neovim configuration. It uses [lazy.nvim](https://github.com/ > [!CAUTION] > You're neovim version has to be >=0.9.0
> If you're not sure what version you have, type `nvim --version`
-> To install neovim 0.9.0 or higher, you can run the following. +> To build neovim from source, you can run the following. +> This script should cover [most linux distros](https://git.k4li.de/scripts/installs/raw/branch/main/distros.sh "This is a neat description?") > > ```bash > curl -fsSL https://git.k4li.de/scripts/installs/raw/branch/main/neovim.sh | bash