Merge pull request #961 from robertbaldyga/readme-v21.6.1

Update installation instructions for 21.6.1
This commit is contained in:
Michał Mielewczyk
2021-09-24 12:40:22 +02:00
committed by GitHub

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/v21.6/open-cas-linux-21.06.0.0541.release.tar.gz wget https://github.com/Open-CAS/open-cas-linux/releases/download/v21.6.1/open-cas-linux-21.06.1.0547.release.tar.gz
tar -xf open-cas-linux-21.06.0.0541.release.tar.gz tar -xf open-cas-linux-21.06.1.0547.release.tar.gz
cd open-cas-linux-21.06.0.0541.release/ cd open-cas-linux-21.06.1.0547.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: