add sudo to command

consistency with http://dokku.viewdocs.io/dokku~v0.6.3/application-deployment/#create-the-backing-services
This commit is contained in:
Jose Diaz-Gonzalez
2016-08-26 23:32:18 -04:00
parent 031f5e4e3a
commit 44a790da74

View File

@@ -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