From bbc3491cd061831b10037bfb1ca84d688e5773a3 Mon Sep 17 00:00:00 2001 From: sevenleftslash Date: Thu, 30 Jul 2026 01:20:14 +0700 Subject: [PATCH 1/2] update AUR instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab62488..e7808e9 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,11 @@ brew install chruby --HEAD ### Arch Linux -chruby is already included in the [AUR]: +chruby is already included in the [AUR], you can install it using your favorite helper. +For example: ```shell -yaourt -S chruby +yay -S chruby ``` ### Fedora Linux From d396f0619a4c6f6de8c7ff5744d486e27bf8968d Mon Sep 17 00:00:00 2001 From: sevenleftslash Date: Thu, 30 Jul 2026 01:30:43 +0700 Subject: [PATCH 2/2] let's link the list of AUR helpers --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7808e9..e6e599e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ brew install chruby --HEAD ### Arch Linux -chruby is already included in the [AUR], you can install it using your favorite helper. +chruby is already included in the [AUR], you can install it using [your favorite helper][aur-helpers]. For example: ```shell @@ -402,6 +402,7 @@ Switch to an arbitrary Ruby on the fly: [PGP]: http://en.wikipedia.org/wiki/Pretty_Good_Privacy [homebrew]: http://brew.sh/ [AUR]: https://aur.archlinux.org/packages/chruby/ +[aur-helpers]: https://wiki.archlinux.org/index.php/AUR_Helpers [FreeBSD ports collection]: https://www.freshports.org/devel/chruby/ [ruby-install]: https://github.com/postmodern/ruby-install#readme [ruby-build]: https://github.com/sstephenson/ruby-build#readme