From 470b925cddf6b743ca86282073d0b3273a882310 Mon Sep 17 00:00:00 2001 From: Paramdeo Singh Date: Fri, 24 Apr 2020 03:57:34 -0400 Subject: [PATCH] Added Clear Linux (#8132) Merge pull request 8132 --- docs/_docs/installation/other-linux.md | 6 ++++++ 1 file changed, 6 insertions(+) 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/).