diff options
| author | Viet <51826956+hoangvietdo@users.noreply.github.com> | 2024-04-09 05:13:22 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-08 16:13:22 -0400 |
| commit | e6bdd83c98061595385f9c7c37c91919566afdb6 (patch) | |
| tree | 13b4421d5870b94f20f75d791eff80c21ea1c4db | |
| parent | c5ffedbc1a7306341707ab01765a73cbbb6fd565 (diff) | |
| download | dots-e6bdd83c98061595385f9c7c37c91919566afdb6.tar.gz | |
Update README (#832)
| -rw-r--r-- | nvim/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md index 5ca19d7..4dd8ac8 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -253,7 +253,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> |