From 2ecdbc9c1eba664c5e21d99a5e8fd94d12147b6b Mon Sep 17 00:00:00 2001 From: David Legrand <1110600+davlgd@users.noreply.github.com> Date: Sun, 7 Apr 2024 12:07:48 +0200 Subject: [PATCH] docs: add Exherbo Linux to install instructions --- en/documentation/installation/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/en/documentation/installation/index.md b/en/documentation/installation/index.md index f87cd3103b..966e0a62e2 100644 --- a/en/documentation/installation/index.md +++ b/en/documentation/installation/index.md @@ -40,6 +40,7 @@ Here are available installation methods: * [Debian, Ubuntu](#apt) * [CentOS, Fedora, RHEL](#yum) * [Snap](#snap) + * [Exherbo Linux](#cave) * [Gentoo](#portage) * [Arch Linux](#pacman) * [macOS](#homebrew) @@ -123,6 +124,20 @@ $ sudo snap switch ruby --channel=2.3/stable $ sudo snap refresh {% endhighlight %} +### cave (Exherbo Linux) +{: #cave} + +Exherbo Linux uses a package manager named cave. +To get Ruby, just do this: + +{% highlight sh %} +$ sudo cave resolve -x ruby +{% endhighlight %} + +This should install the latest stable Ruby version. + +To install a specific version, check those available with `cave show ruby`. +Then use, for example: `cave resolve -x ruby:3.2` ### portage (Gentoo) {: #portage}