From 066ced207f36c8b0e999b6779c56fc84a7b6952e Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Mon, 12 Jun 2017 15:30:17 -0700 Subject: [PATCH] readme: Fixed the required version of runc Signed-off-by: Mrunal Patel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4ef4fda..10575391 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ For sync communication we have an IRC channel #cri-o, on chat.freenode.net, that ### Prerequisites -`runc` version 1.0.0.rc1 or greater is expected to be installed on the system. It is picked up as the default runtime by crio. +Latest verion of `runc` is expected to be installed on the system. It is picked up as the default runtime by crio. ### Build Dependencies