Skip to content

Commit

Permalink
Arch, btw (nvim-lua#852)
Browse files Browse the repository at this point in the history
* Arch, btw

* Add unzip

* Add unzip for Fedora and --needed arg for Arch
  • Loading branch information
rdvm committed Apr 16, 2024
1 parent 2377390 commit e2bfa0c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit e2bfa0c

Please sign in to comment.