Skip to content

Commit

Permalink
Update README for Leap 15.1
Browse files Browse the repository at this point in the history
Leap 42.3 is end-of-life, we don't need to keep instructions for it in
our README. The latest Leap version is 15.1 and is recommended along
with Tumbleweed.
  • Loading branch information
agraul committed Feb 13, 2020
1 parent f866c4d commit 35acd29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ We hope you'll get involved! Read our [Contributors' Guide](https://github.com/o

## Installing dependencies in a (open)SUSE system

We recommend the usage of Ruby 2.4 or higher for the development.
We recommend the usage of Ruby 2.5 or higher for the development.

If you are an openSUSE Tumbleweed user, it comes with the latest Ruby releases as default so you can configure your environment doing:

```console
zypper ref
zypper in ruby ruby-devel 'rubygem(bundler)' nodejs gcc make libxml2-devel libxslt-devel
zypper in ruby ruby-devel 'rubygem(bundler)' nodejs gcc gcc-c++ make libxml2-devel libxslt-devel
```

On openSUSE Leap 42.3 you will need to install the Ruby 2.4 environment doing:
On openSUSE Leap 15.1 you will need to install the Ruby 2.5 environment doing:

```console
zypper ref
zypper in ruby2.4 ruby2.4-devel ruby2.4-rubygem-bundler nodejs6 gcc make libxml2-devel libxslt-devel
zypper in ruby2.5 ruby2.5-devel ruby2.5-rubygem-bundler nodejs gcc gcc-c++ make libxml2-devel libxslt-devel
```

You can find more information about Ruby development and packaging on openSUSE distributions [here](https://en.opensuse.org/Ruby).
Expand Down

0 comments on commit 35acd29

Please sign in to comment.