From 44a790da7402789026864e483447237264e0c0e3 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 26 Aug 2016 23:32:18 -0400 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 0bb618d..7ee8a56 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Official postgres plugin for dokku. Currently defaults to installing [postgres 9 ```shell # on 0.4.x+ -dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres +sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres ``` ## commands