Merge pull request #1176 from robertbaldyga/update-readme-v22.3
Recommend v22.3 in installation guide
This commit is contained in:
commit
6910ed8cde
12
README.md
12
README.md
@ -23,12 +23,16 @@ Open CAS uses Safe string library (safeclib) that is MIT licensed.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
To download latest Open CAS Linux release run following commands:
|
We recommend using the latest version, which contains all the important fixes
|
||||||
|
and performance improvements. Bugfix releases are guaranteed only for the
|
||||||
|
latest major release line (currently 22.3.x).
|
||||||
|
|
||||||
|
To download the latest Open CAS Linux release run following commands:
|
||||||
|
|
||||||
```
|
```
|
||||||
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v21.6.5/open-cas-linux-21.06.5.0555.release.tar.gz
|
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v22.3/open-cas-linux-22.03.0.0666.release.tar.gz
|
||||||
tar -xf open-cas-linux-21.06.5.0555.release.tar.gz
|
tar -xf open-cas-linux-22.03.0.0666.release.tar.gz
|
||||||
cd open-cas-linux-21.06.5.0555.release/
|
cd open-cas-linux-22.03.0.0666.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:
|
||||||
|
Loading…
Reference in New Issue
Block a user