Skip to content

Commit e2bfa0c

Browse files
authored
Arch, btw (#852)
* Arch, btw * Add unzip * Add unzip for Fedora and --needed arg for Arch
1 parent 2377390 commit e2bfa0c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,14 @@ sudo apt install -t unstable neovim
269269
<details><summary>Fedora Install Steps</summary>
270270

271271
```
272-
sudo dnf install -y gcc make git ripgrep fd-find neovim
272+
sudo dnf install -y gcc make git ripgrep fd-find unzip neovim
273+
```
274+
</details>
275+
276+
<details><summary>Arch Install Steps</summary>
277+
278+
```
279+
sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip neovim
273280
```
274281
</details>
275282

0 commit comments

Comments
 (0)