Use latest version (v20.3.2) in README examples

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2020-10-23 13:44:09 +02:00
parent edc729bed8
commit f8a9b8f4bc

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