Merge 'upstream' README: add git to ubuntu install

This commit is contained in:
Damjan 9000 2024-04-09 19:11:04 +02:00
commit 3348ec2bc7

View File

@ -258,7 +258,7 @@ sudo apt install make gcc ripgrep unzip neovim
``` ```
sudo add-apt-repository ppa:neovim-ppa/unstable -y sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update sudo apt update
sudo apt install make gcc ripgrep unzip neovim sudo apt install make gcc ripgrep unzip git neovim
``` ```
</details> </details>
<details><summary>Debian Install Steps</summary> <details><summary>Debian Install Steps</summary>