README: Update tutorial to point to the latest release

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2021-01-25 19:24:48 +01:00
parent 3685a926b4
commit b992818356

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:
```
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.3.0307.tar.gz
cd open-cas-linux-v20.03.3.0307/
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v20.12/open-cas-linux-20.12.0.0438.master.tar.gz
tar -xf open-cas-linux-20.12.0.0438.master.tar.gz
cd open-cas-linux-20.12.0.0438.master/
```
Alternatively, if you want recent development (unstable) version, you can clone GitHub repository: