aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-04-16 17:36:56 +0200
committerDamjan 9000 <damjan.9000@gmail.com>2024-04-16 17:36:56 +0200
commit478a8306422d13b42a0d414c8713bb665f9433b8 (patch)
tree870abbf6f01ffc7b7e6ab3db343438407b6a4c2e
parent3348ec2bc7cbb2150d86e06951c599ae8b4320a6 (diff)
parente2bfa0c66f474f7d8863a8bc05e3d5bdf704f7bf (diff)
Merge 'upstream' README: Arch Install Steps
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab17baf..d85c682 100644
--- a/README.md
+++ b/README.md
@@ -274,7 +274,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>