Merge pull request #585 from robertbaldyga/readme-update-v20.3.3

Update README to point to latest (v20.3.3) release
This commit is contained in:
Robert Baldyga 2020-12-01 15:55:16 +01:00 committed by GitHub
commit e43ef7a219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,9 +26,9 @@ Open CAS uses Safe string library (safeclib) that is MIT licensed.
To download latest Open CAS Linux release run following commands: To download latest Open CAS Linux release run following commands:
``` ```
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v20.3.2/open-cas-linux-v20.03.2.0295.tar.gz wget https://github.com/Open-CAS/open-cas-linux/releases/download/v20.3.3/open-cas-linux-v20.03.3.0307.tar.gz
tar -xf open-cas-linux-v20.03.2.0295.tar.gz tar -xf open-cas-linux-v20.03.3.0307.tar.gz
cd open-cas-linux-v20.03.2.0295/ cd open-cas-linux-v20.03.3.0307/
``` ```
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: