From 957c9cee9ba74ed542cf40c4c38f7a8e55c2ebc8 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Tue, 3 Dec 2019 14:22:38 +0100 Subject: [PATCH] add install instructions for ArchLinux and openSUSE (#7920) Merge pull request 7920 --- docs/_docs/installation/other-linux.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/_docs/installation/other-linux.md b/docs/_docs/installation/other-linux.md index d10e63b5..88f14775 100644 --- a/docs/_docs/installation/other-linux.md +++ b/docs/_docs/installation/other-linux.md @@ -16,4 +16,16 @@ On Debian: sudo apt-get install ruby-full build-essential ``` +On ArchLinux: + +```sh +sudo pacman -S ruby base-devel +``` + +On openSUSE: + +```sh +sudo zypper install -t pattern devel_ruby devel_C_C++ +``` + The rest works the same as on [Ubuntu](../ubuntu/).