Merge pull request #556 from robertbaldyga/README-examples-v20.3.2

Use latest version (v20.3.2) in README examples
This commit is contained in:
Robert Baldyga
2020-11-05 14:03:23 +01: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:
```
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: