diff --git a/README.md b/README.md
index 5a3fd3e..357bd9d 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
- [Install with Chocolatey](#install-with-choco)
- [Install with Scoop](#install-with-scoop)
- [Install with Package Manager](#install-with-package-manager)
- - [Install with Yay](#install-with-yay)
+ - [Install via the AUR](#install-via-the-aur)
- [Flatpak Option](#flatpak)
- [Why Does This Exist](#why)
- [More Info](#more-info)
@@ -56,8 +56,8 @@ scoop install vscodium
#### Install with Package Manager (Linux)
You can always install using the downloads (deb, rpm, tar) on the [releases page](https://github.com/VSCodium/vscodium/releases), but you can also install using your favorite package manager and get automatic updates. [@paulcarroty](https://github.com/paulcarroty) has set up a repository with instructions [here](https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo). Any issues installing VSCodium using your package manager should be directed to that repository's issue tracker.
-#### Install with Yay (Arch Linux)
-If you use Arch Linux and have [yay](https://github.com/Jguer/yay) installed:
+#### Install via the AUR (Arch Linux)
+Install with your favorite AUR helper, such as [yay](https://github.com/Jguer/yay):
```bash
yay -Sy vscodium
```