diff --git a/README.md b/README.md index 9c016e6..3a81b53 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,14 @@ Official mysql plugin for dokku. Currently defaults to installing [mysql 5.6.26] ## installation -``` +```shell +# on 0.3.x cd /var/lib/dokku/plugins git clone https://github.com/dokku/dokku-mysql.git mysql -dokku plugins-install-dependencies dokku plugins-install + +# on 0.4.x +dokku plugin:install https://github.com/dokku/dokku-mysql.git mysql ``` ## commands