diff options
author | rdvm <git@rvm.dev> | 2024-04-16 10:29:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 11:29:27 -0400 |
commit | e2bfa0c66f474f7d8863a8bc05e3d5bdf704f7bf (patch) | |
tree | 55650975d237612cf97750b7f219e1a1f0e640fd | |
parent | 23773900d9a2e1079a1a04d31adce5c5e901db6f (diff) |
Arch, btw (#852)
* Arch, btw
* Add unzip
* Add unzip for Fedora and --needed arg for Arch
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -269,7 +269,14 @@ sudo apt install -t unstable neovim <details><summary>Fedora Install Steps</summary> ``` -sudo dnf install -y gcc make git ripgrep fd-find neovim +sudo dnf install -y gcc make git ripgrep fd-find unzip neovim +``` +</details> + +<details><summary>Arch Install Steps</summary> + +``` +sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip neovim ``` </details> |