Skip to content

Commit 2ecdbc9

Browse files
authored
docs: add Exherbo Linux to install instructions
1 parent 99bfd47 commit 2ecdbc9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

en/documentation/installation/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Here are available installation methods:
4040
* [Debian, Ubuntu](#apt)
4141
* [CentOS, Fedora, RHEL](#yum)
4242
* [Snap](#snap)
43+
* [Exherbo Linux](#cave)
4344
* [Gentoo](#portage)
4445
* [Arch Linux](#pacman)
4546
* [macOS](#homebrew)
@@ -123,6 +124,20 @@ $ sudo snap switch ruby --channel=2.3/stable
123124
$ sudo snap refresh
124125
{% endhighlight %}
125126

127+
### cave (Exherbo Linux)
128+
{: #cave}
129+
130+
Exherbo Linux uses a package manager named cave.
131+
To get Ruby, just do this:
132+
133+
{% highlight sh %}
134+
$ sudo cave resolve -x ruby
135+
{% endhighlight %}
136+
137+
This should install the latest stable Ruby version.
138+
139+
To install a specific version, check those available with `cave show ruby`.
140+
Then use, for example: `cave resolve -x ruby:3.2`
126141

127142
### portage (Gentoo)
128143
{: #portage}

0 commit comments

Comments
 (0)