From 1c33231773f4bc9153ba520f613e65914981b157 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 25 Aug 2015 14:04:35 -0400 Subject: [PATCH] Remove -plugin suffix from clone url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1408f49..e09bda8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Official mysql plugin for dokku. Currently installs mysql 5.7. ``` cd /var/lib/dokku/plugins -git clone https://github.com/dokku/dokku-mysql-plugin.git mysql +git clone https://github.com/dokku/dokku-mysql.git mysql dokku plugins-install-dependencies dokku plugins-install ```