Remove -plugin suffix from clone url

This commit is contained in:
Jose Diaz-Gonzalez
2015-08-25 14:04:30 -04:00
parent 788f8bec18
commit a732f509f8

View File

@@ -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
```