From 39cb3363ef8bdb8ee7321089368560fca9b8ca1c Mon Sep 17 00:00:00 2001 From: Daniel Madej Date: Thu, 9 Sep 2021 09:36:45 +0200 Subject: [PATCH] Update installation instructions for 21.6 Signed-off-by: Daniel Madej --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e24397b..88da939 100644 --- a/README.md +++ b/README.md @@ -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/v21.3/open-cas-linux-21.03.0.0496.release.tar.gz -tar -xf open-cas-linux-21.03.0.0496.release.tar.gz -cd open-cas-linux-21.03.0.0496.release/ +wget https://github.com/Open-CAS/open-cas-linux/releases/download/v21.6/open-cas-linux-21.06.0.0541.release.tar.gz +tar -xf open-cas-linux-21.06.0.0541.release.tar.gz +cd open-cas-linux-21.06.0.0541.release/ ``` Alternatively, if you want recent development (unstable) version, you can clone GitHub repository: