Merge pull request #961 from robertbaldyga/readme-v21.6.1
Update installation instructions for 21.6.1
This commit is contained in:
commit
5b0fd800b6
@ -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:
|
To download latest Open CAS Linux release run following commands:
|
||||||
|
|
||||||
```
|
```
|
||||||
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v21.6/open-cas-linux-21.06.0.0541.release.tar.gz
|
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v21.6.1/open-cas-linux-21.06.1.0547.release.tar.gz
|
||||||
tar -xf open-cas-linux-21.06.0.0541.release.tar.gz
|
tar -xf open-cas-linux-21.06.1.0547.release.tar.gz
|
||||||
cd open-cas-linux-21.06.0.0541.release/
|
cd open-cas-linux-21.06.1.0547.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