add install instructions for ArchLinux and openSUSE (#7920)
Merge pull request 7920
This commit is contained in:
parent
9867669cb6
commit
957c9cee9b
|
|
@ -16,4 +16,16 @@ On Debian:
|
||||||
sudo apt-get install ruby-full build-essential
|
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/).
|
The rest works the same as on [Ubuntu](../ubuntu/).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue