From 49380e006c25f3a9c7c0a86421ebf9080a6e6bab Mon Sep 17 00:00:00 2001 From: rdvm Date: Tue, 16 Apr 2024 07:13:27 -0500 Subject: [PATCH] Add unzip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 738877e2..ea8f4b4b 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ sudo dnf install -y gcc make git ripgrep fd-find neovim
Arch Install Steps ``` -sudo pacman -S --noconfirm gcc make git ripgrep fd neovim +sudo pacman -S --noconfirm gcc make git ripgrep fd unzip neovim ```