From 5d06093eb8d9d278c71c8467b6fde1ca0196b6ba Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 17 May 2018 11:27:25 +0200 Subject: [PATCH] update opensuse info --- Install-on-GNU-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-on-GNU-Linux.md b/Install-on-GNU-Linux.md index 81a4897..efdba00 100644 --- a/Install-on-GNU-Linux.md +++ b/Install-on-GNU-Linux.md @@ -1,13 +1,13 @@ If you are a packager for a Distribution not listed here, please take the time and create a raylib package. # openSUSE -openSUSE Tumbleweed has raylib in the official repository. Install it via: +openSUSE has raylib in the official repository. Install it via: ``` zypper in raylib-devel ``` -openSUSE Leap users will have to add the [devel:libraries:c_c++ devel project](https://build.opensuse.org/project/show/devel:libraries:c_c++). +Users of older openSUSE versions will have to add the [devel:libraries:c_c++ devel project](https://build.opensuse.org/project/show/devel:libraries:c_c++). Add the repo, refresh sources and install raylib: ```