diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-04-09 19:11:04 +0200 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-04-09 19:11:04 +0200 |
commit | 3348ec2bc7cbb2150d86e06951c599ae8b4320a6 (patch) | |
tree | 58ef2b9b456a1314d3d433d1f899d551af6d803d | |
parent | e0476d9d69d101be5debf7f3677f0e3e291f52f7 (diff) | |
parent | 23773900d9a2e1079a1a04d31adce5c5e901db6f (diff) |
Merge 'upstream' README: add git to ubuntu install
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -258,7 +258,7 @@ sudo apt install make gcc ripgrep unzip neovim ``` sudo add-apt-repository ppa:neovim-ppa/unstable -y sudo apt update -sudo apt install make gcc ripgrep unzip neovim +sudo apt install make gcc ripgrep unzip git neovim ``` </details> <details><summary>Debian Install Steps</summary> |