new-main #1

Open
SailReal wants to merge 90 commits from new-main into main
1 changed files with 8 additions and 1 deletions
Showing only changes of commit e2bfa0c66f - Show all commits

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>