diff --git a/docs/_docs/installation/other-linux.md b/docs/_docs/installation/other-linux.md index 927f5e45..782f8132 100644 --- a/docs/_docs/installation/other-linux.md +++ b/docs/_docs/installation/other-linux.md @@ -40,4 +40,10 @@ On openSUSE: sudo zypper install -t pattern devel_ruby devel_C_C++ ``` +On Clear Linux: + +```sh +sudo swupd bundle-add ruby-basic +``` + The rest works the same as on [Ubuntu](../ubuntu/).