diff options
author | Martin Rey <42996147+m-rey@users.noreply.github.com> | 2019-10-01 23:11:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 23:11:24 +0200 |
commit | f09665afde34dcf6eb7416ba1a5a8d539db67223 (patch) | |
tree | 8e2d885990f2d7c38aab4bc045805afb2a0543c6 | |
parent | f24007465236a94b51a85a06f7f88192b9771ab0 (diff) | |
download | libquotient-f09665afde34dcf6eb7416ba1a5a8d539db67223.tar.gz libquotient-f09665afde34dcf6eb7416ba1a5a8d539db67223.zip |
Fix openSUSE misspelling
Fix #355
The correct spelling of openSUSE can be checked on https://en.opensuse.org/Portal:Distribution
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ in SECURITY.md. ## Getting and using libQuotient Depending on your platform, the library can come as a separate package. -Recent releases of Debian and OpenSuSE, e.g., already have the package +Recent releases of Debian and openSUSE, e.g., already have the package (under the old name). If your Linux repo doesn't provide binary package (either libqmatrixclient - older - or libquotient - newer), or you're on Windows or macOS, your best bet is to build the library from the source @@ -37,7 +37,7 @@ and bundle it with your application. ### Pre-requisites - A recent Linux, macOS or Windows system (desktop versions tried; Ubuntu Touch is known to work; mobile Windows and iOS might work too but never tried) - - Recent enough Linux examples: Debian Buster; Fedora 28; OpenSUSE Leap 15; + - Recent enough Linux examples: Debian Buster; Fedora 28; openSUSE Leap 15; Ubuntu Bionic Beaver. - Qt 5 (either Open Source or Commercial), 5.9 or higher; 5.12 is recommended, especially if you use qmake |