aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-04-09 19:11:04 +0200
committerDamjan 9000 <damjan.9000@gmail.com>2024-04-09 19:11:04 +0200
commit3348ec2bc7cbb2150d86e06951c599ae8b4320a6 (patch)
tree58ef2b9b456a1314d3d433d1f899d551af6d803d /README.md
parente0476d9d69d101be5debf7f3677f0e3e291f52f7 (diff)
parent23773900d9a2e1079a1a04d31adce5c5e901db6f (diff)
Merge 'upstream' README: add git to ubuntu install
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 240c0c6..ab17baf 100644
--- a/README.md
+++ b/README.md
@@ -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>