Fix AUR clone URL in README

main
Sean Doran 2026-02-27 10:10:00 -05:00
parent 08d1c6599f
commit 89e57b35b4
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ yay -S turnup
Or manually: Or manually:
```sh ```sh
git clone https://aur.archlinux.org/turnup.git git clone https://aur.archlinux.org/turn-up-arch.git
cd turnup cd turn-up-arch
makepkg -si makepkg -si
``` ```