Update README.md

This commit is contained in:
mgua 2023-04-26 12:19:53 +02:00 committed by GitHub
parent 84a13459e6
commit 12828e0045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ apt upgrade
apt install software-properties-common apt install software-properties-common
add-apt-repository ppa:neovim-ppa/stable add-apt-repository ppa:neovim-ppa/stable
apt update apt update
apt install ripgrep fd-find apt install ripgrep fd-find git
apt install neovim apt install neovim
apt install python3 python3-venv python3-pip (for python development) apt install python3 python3-venv python3-pip (for python development)
cpan install Neovim::Ext (for perl development) cpan install Neovim::Ext (for perl development)
@ -36,7 +36,7 @@ from root:
``` ```
apt update apt update
apt upgrade apt upgrade
apt install ripgrep fd-find apt install ripgrep fd-find git
cd cd
mkdir neovim mkdir neovim
cd neovim cd neovim
@ -55,7 +55,7 @@ npm install -g tree-sitter-cli (this is needed to execute the :TSInstallFromGra
from root: from root:
``` ```
yum update yum update
yum install ripgrep fd-find yum install ripgrep fd-find git
yum install neovim yum install neovim
yum install python3 python3-pip (for python development) yum install python3 python3-pip (for python development)
cpan install Neovim::Ext (for perl development) cpan install Neovim::Ext (for perl development)