From ab89d09813c8c24fcd2ada64c55297a563464330 Mon Sep 17 00:00:00 2001 From: Kamil <114919571+Gorillq@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:01:39 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f46923..5b7173b 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,11 @@ On systems with Homebrew package manager, the “Using Package Managers” metho #### Arch Linux and its derivatives - Archlinux has an [AUR Package](https://aur.archlinux.org/packages/rbenv/) for - rbenv and you can install it from the AUR using the instructions from this - [wiki page](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_and_upgrading_packages). + Archlinux has an [official package](https://archlinux.org/packages/extra/any/rbenv/) which you can install: + + ```sh + sudo pacman -S rbenv + ``` #### Fedora