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}