From 12828e004522dc4f49ab83de204e53e7e8184807 Mon Sep 17 00:00:00 2001 From: mgua Date: Wed, 26 Apr 2023 12:19:53 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98fcdf2e..3b7417c6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ apt upgrade apt install software-properties-common add-apt-repository ppa:neovim-ppa/stable apt update -apt install ripgrep fd-find +apt install ripgrep fd-find git apt install neovim apt install python3 python3-venv python3-pip (for python development) cpan install Neovim::Ext (for perl development) @@ -36,7 +36,7 @@ from root: ``` apt update apt upgrade -apt install ripgrep fd-find +apt install ripgrep fd-find git cd mkdir neovim cd neovim @@ -55,7 +55,7 @@ npm install -g tree-sitter-cli (this is needed to execute the :TSInstallFromGra from root: ``` yum update -yum install ripgrep fd-find +yum install ripgrep fd-find git yum install neovim yum install python3 python3-pip (for python development) cpan install Neovim::Ext (for perl development)