add install instructions for ArchLinux and openSUSE (#7920)

Merge pull request 7920
This commit is contained in:
Alexandre ZANNI 2019-12-03 14:22:38 +01:00 committed by jekyllbot
parent 9867669cb6
commit 957c9cee9b
1 changed files with 12 additions and 0 deletions

View File

@ -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/).