Skip to content

Commit ec7b14c

Browse files
rdvmJohn Longanecker
authored and
John Longanecker
committed
Arch, btw (nvim-lua#852)
* Arch, btw * Add unzip * Add unzip for Fedora and --needed arg for Arch
1 parent 172941d commit ec7b14c

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)