htmx-playground/tuts/fix_broken_yay.md

28 lines
266 B
Markdown
Raw Permalink Normal View History

# Yay is broken (micro tut)
## Reinstall Yay
### clone the repo
```bash
git clone https://aur.archlinux.org/yay.git
```
### go to dir
```bash
cd yay
```
### rust install script
```bash
makepkg -si
```
## update yay packages for good measure
```bash
yay
```