From 108f9a9529e96122c3ad37907f29b161a1a8f428 Mon Sep 17 00:00:00 2001 From: Josh Brody Date: Tue, 28 Jun 2016 16:23:06 -0500 Subject: [PATCH] add sudo to command consistency with http://dokku.viewdocs.io/dokku~v0.6.3/application-deployment/#create-the-backing-services --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff61f85..60769d6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Official redis plugin for dokku. Currently defaults to installing [redis 3.0.7]( ```shell # on 0.4.x+ -dokku plugin:install https://github.com/dokku/dokku-redis.git redis +sudo dokku plugin:install https://github.com/dokku/dokku-redis.git redis ``` ## commands