From e2bfa0c66f474f7d8863a8bc05e3d5bdf704f7bf Mon Sep 17 00:00:00 2001
From: rdvm <git@rvm.dev>
Date: Tue, 16 Apr 2024 10:29:27 -0500
Subject: [PATCH] Arch, btw (#852)

* Arch, btw

* Add unzip

* Add unzip for Fedora and --needed arg for Arch
---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4dd8ac8..e67b94a 100644
--- a/README.md
+++ b/README.md
@@ -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>