Update installation documentation
This commit is contained in:
@@ -9,11 +9,14 @@ Official postgres plugin for dokku. Currently defaults to installing [postgres 9
|
|||||||
|
|
||||||
## installation
|
## installation
|
||||||
|
|
||||||
```
|
```shell
|
||||||
|
# on 0.3.x
|
||||||
cd /var/lib/dokku/plugins
|
cd /var/lib/dokku/plugins
|
||||||
git clone https://github.com/dokku/dokku-postgres.git postgres
|
git clone https://github.com/dokku/dokku-postgres.git postgres
|
||||||
dokku plugins-install-dependencies
|
|
||||||
dokku plugins-install
|
dokku plugins-install
|
||||||
|
|
||||||
|
# on 0.4.x
|
||||||
|
dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres
|
||||||
```
|
```
|
||||||
|
|
||||||
## commands
|
## commands
|
||||||
|
|||||||
Reference in New Issue
Block a user