Merge pull request #1513 from mmichal10/update-readme

README: Update the latest version to 22.6.3
This commit is contained in:
Robert Baldyga 2024-09-10 12:09:35 +02:00 committed by GitHub
commit 45c37edd39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,9 +30,9 @@ latest major release line (currently 22.6.x).
To download the latest Open CAS Linux release run following commands:
```
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v22.6.1/open-cas-linux-22.06.1.0712.release.tar.gz
tar -xf open-cas-linux-22.06.1.0712.release.tar.gz
cd open-cas-linux-22.06.1.0712.release/
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v22.6.3/open-cas-linux-22.06.3.0725.release.tar.gz
tar -xf open-cas-linux-22.06.3.0725.release.tar.gz
cd open-cas-linux-22.06.3.0725.release/
```
Alternatively, if you want recent development (unstable) version, you can clone GitHub repository: