Merge pull request #1292 from robertbaldyga/readme-v22.6

Update OpenCAS version recommended in README
This commit is contained in:
Robert Baldyga 2022-08-01 14:16:33 +02:00 committed by GitHub
commit 5259b4861f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,14 +25,14 @@ Open CAS uses Safe string library (safeclib) that is MIT licensed.
We recommend using the latest version, which contains all the important fixes We recommend using the latest version, which contains all the important fixes
and performance improvements. Bugfix releases are guaranteed only for the and performance improvements. Bugfix releases are guaranteed only for the
latest major release line (currently 22.3.x). latest major release line (currently 22.6.x).
To download the latest Open CAS Linux release run following commands: To download the latest Open CAS Linux release run following commands:
``` ```
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v22.3/open-cas-linux-22.03.0.0666.release.tar.gz wget https://github.com/Open-CAS/open-cas-linux/releases/download/v22.6/open-cas-linux-22.06.0.0708.release.tar.gz
tar -xf open-cas-linux-22.03.0.0666.release.tar.gz tar -xf open-cas-linux-22.06.0.0708.release.tar.gz
cd open-cas-linux-22.03.0.0666.release/ cd open-cas-linux-22.06.0.0708.release/
``` ```
Alternatively, if you want recent development (unstable) version, you can clone GitHub repository: Alternatively, if you want recent development (unstable) version, you can clone GitHub repository: