move plugin-* to plugin: namespace

This commit is contained in:
Michael Hobbs
2015-09-08 12:14:57 -07:00
committed by Jose Diaz-Gonzalez
parent e873f27eac
commit 18d234a925
8 changed files with 77 additions and 56 deletions

View File

@@ -15,7 +15,7 @@ Let's take a quick look at the current dokku nginx plugin that's shipped with do
```shell
cd /var/lib/dokku/plugins/available
git clone <git url>
dokku plugins-install
dokku plugin:install
```
## Creating your own plugin