Arch, btw (#852)

* Arch, btw

* Add unzip

* Add unzip for Fedora and --needed arg for Arch
This commit is contained in:
rdvm 2024-04-16 10:29:27 -05:00 committed by GitHub
parent 23773900d9
commit e2bfa0c66f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>