Explorar o código

Merge pull request #117 from 7596ff/patch-1

generalize the AUR package instructions
Peter Squicciarini %!s(int64=6) %!d(string=hai) anos
pai
achega
2cdcb23c1a
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      README.md

+ 3 - 3
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
 #### <a id="install-with-package-manager"></a>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. 
 
-#### <a id="install-with-yay"></a>Install with Yay (Arch Linux)
-If you use Arch Linux and have [yay](https://github.com/Jguer/yay) installed:
+#### <a id="install-via-the-aur"></a>Install via the AUR (Arch Linux)
+Install with your favorite AUR helper, such as [yay](https://github.com/Jguer/yay):
 ```bash
 yay -Sy vscodium
 ```