From ee7e6ccb9df0dc4ad33998d8ff801d2647e8f23b Mon Sep 17 00:00:00 2001 From: uggla Date: Sun, 10 May 2015 14:07:49 +0200 Subject: [PATCH] Fix docker package name for Fedora --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e7a75cd..923d1eb 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,7 @@ Prerequisites or - sudo yum install docker.io + sudo yum install docker-io - Add a rule into /etc/sudoers to avoid entering your password each time (optional). ALL=(ALL) NOPASSWD: /usr/bin/sudo - Add an alias to your .bashrc not enter your sudo password each time (optional).