diff --git a/README.md b/README.md
index 27fa58e..7b41023 100644
--- a/README.md
+++ b/README.md
@@ -88,11 +88,13 @@ Copr package at [matinlotfali/KDE-Rounded-Corners](https://copr.fedorainfracloud
sudo dnf copr enable matinlotfali/KDE-Rounded-Corners
sudo dnf install kwin-effect-roundcorners # or kwin-effect-roundcorners-x11
```
-
-AUR package by [xiota](https://aur.archlinux.org/account/xiota)
+git AUR package by [xiota ](https://aur.archlinux.org/packages/kwin-effect-rounded-corners-git)
+stable AUR package by [matthewq337](https://aur.archlinux.org/packages/kwin-effect-rounded-corners)
```bash
-sudo pamac build kwin-effect-rounded-corners-git # or kwin-effect-rounded-corners-x11-git
+git clone https://aur.archlinux.org/kwin-effect-rounded-corners.git # or kwin-effect-rounded-corners-x11/kwin-effect-rounded-corners-git
+cd kwin-effect-rounded-corners
+makepkg -si
```
NixOS package by [flexagoon](https:///flexagoon)
@@ -132,11 +134,10 @@ You need to install development packages for your distribution first:
-Arch - by https://github.com/hexa-one
+Arch
```bash
- sudo pacman -S git cmake extra-cmake-modules base-devel
- yay -S qt5-tools
+ sudo pacman -S cmake ninja extra-cmake-modules kwin base-devel
```