diff --git a/README.md b/README.md index cc4f029..3c50752 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Official graphite plugin for dokku. Currently defaults to installing [dokku/dock ```shell # on 0.19.x+ -sudo dokku plugin:install https://github.com/dokku/dokku-graphite.git graphite +sudo dokku plugin:install https://github.com/dokku/dokku-graphite.git --name graphite ``` ## Commands diff --git a/bin/generate b/bin/generate index 2ebd4b2..1a8e5c5 100755 --- a/bin/generate +++ b/bin/generate @@ -110,7 +110,7 @@ def installation_section(service, dokku_version): "", "```shell", f"# on {dokku_version}", - f"sudo dokku plugin:install https://github.com/dokku/dokku-{service}.git {service}", + f"sudo dokku plugin:install https://github.com/dokku/dokku-{service}.git --name {service}", "```", ] )