diff options
author | Black Hat <bhat@encom.eu.org> | 2019-10-01 17:22:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 17:22:15 -0700 |
commit | bcd2179c78b26bd3150636ea255878f1caafc063 (patch) | |
tree | 8e2d885990f2d7c38aab4bc045805afb2a0543c6 | |
parent | f24007465236a94b51a85a06f7f88192b9771ab0 (diff) | |
parent | f09665afde34dcf6eb7416ba1a5a8d539db67223 (diff) | |
download | libquotient-bcd2179c78b26bd3150636ea255878f1caafc063.tar.gz libquotient-bcd2179c78b26bd3150636ea255878f1caafc063.zip |
Merge pull request #356 from m-rey/patch-1
Fix openSUSE misspelling
-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 |