From a732f509f85f993e545e0825f2a6c43342da9505 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 25 Aug 2015 14:04:30 -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 d36f590..5477e92 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Official postgres plugin for dokku. Currently installs postgres 9.5. ``` cd /var/lib/dokku/plugins -git clone https://github.com/dokku/dokku-postgres-plugin.git postgres +git clone https://github.com/dokku/dokku-postgres.git postgres dokku plugins-install-dependencies dokku plugins-install ```