From bcc83f42567b8e626ffdc4a2c56878afcdc8f0ff Mon Sep 17 00:00:00 2001 From: Michal Mielewczyk Date: Thu, 11 Feb 2021 04:47:52 -0500 Subject: [PATCH] Update README to v20.12.1 Signed-off-by: Michal Mielewczyk --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9052cea..1cdeeb4 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/v20.12/open-cas-linux-20.12.0.0438.master.tar.gz -tar -xf open-cas-linux-20.12.0.0438.master.tar.gz -cd open-cas-linux-20.12.0.0438.master/ +wget https://github.com/Open-CAS/open-cas-linux/releases/download/v20.12.1/open-cas-linux-20.12.1.0442.release.tar.gz +tar -xf open-cas-linux-20.12.1.0442.release.tar.gz +cd open-cas-linux-20.12.1.0442.release/ ``` Alternatively, if you want recent development (unstable) version, you can clone GitHub repository: