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