Skip to content

Commit

Permalink
docs: add Exherbo Linux to install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
davlgd committed Apr 7, 2024
1 parent 99bfd47 commit 2ecdbc9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions en/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 2ecdbc9

Please sign in to comment.