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:06 -04:00
parent 01210083dc
commit 562136272b

View File

@@ -11,7 +11,7 @@ Official mysql plugin for dokku. Currently defaults to installing [mysql 5.7.10]
```shell
# on 0.4.x+
dokku plugin:install https://github.com/dokku/dokku-mysql.git mysql
sudo dokku plugin:install https://github.com/dokku/dokku-mysql.git mysql
```
## commands