From 1b53acf30ac263228b5957d06cd351d51c532722 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 22 Sep 2015 12:07:32 -0400 Subject: [PATCH] Update installation documentation --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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