aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrdvm <git@rvm.dev>2024-04-16 10:29:27 -0500
committerGitHub <noreply@github.com>2024-04-16 11:29:27 -0400
commite2bfa0c66f474f7d8863a8bc05e3d5bdf704f7bf (patch)
tree55650975d237612cf97750b7f219e1a1f0e640fd /README.md
parent23773900d9a2e1079a1a04d31adce5c5e901db6f (diff)
Arch, btw (#852)
* Arch, btw * Add unzip * Add unzip for Fedora and --needed arg for Arch
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
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>