From 9ae8c071fc45f4bb160431e08493b7bfe192bc77 Mon Sep 17 00:00:00 2001 From: rdvm Date: Tue, 16 Apr 2024 10:02:23 -0500 Subject: [PATCH] Add unzip for Fedora and --needed arg for Arch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea8f4b4b..e67b94a3 100644 --- a/README.md +++ b/README.md @@ -269,14 +269,14 @@ sudo apt install -t unstable neovim
Fedora Install Steps ``` -sudo dnf install -y gcc make git ripgrep fd-find neovim +sudo dnf install -y gcc make git ripgrep fd-find unzip neovim ```
Arch Install Steps ``` -sudo pacman -S --noconfirm gcc make git ripgrep fd unzip neovim +sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip neovim ```