From aba3d1f5dd4469f9d8e52390f2499259e04f176d Mon Sep 17 00:00:00 2001 From: allan Date: Fri, 2 May 2025 10:15:33 +0200 Subject: [PATCH] Added guide --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c971d25..bb7e5c9 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ ansible ansible-lint npm neovim ripgrep ### Important: neovim has to be version 0.10.0 or later. -Denpenting on your OS this can be installed on Rhel or Fedora like this +Denpenting on your OS neovim and the requirements can be installed on Rhel or Fedora like this ``` -sudo dnf install ansible ansible-lint npm neovim ripgrep +sudo dnf install neovim npm ansible ansible-lint ripgrep ``` If you are using Ubuntu it can be done like this ``` -sudo apt install ansible ansible-lint npm neovim ripgrep +sudo apt install neovim npm ansible ansible-lint ripgrep ``` How to use the plugins and configuration