diff --git a/README.md b/README.md index 6807f48..147a20d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The clickhouse plugin was generously sponsored by the following: ```shell # on 0.19.x+ -sudo dokku plugin:install https://github.com/dokku/dokku-clickhouse.git clickhouse +sudo dokku plugin:install https://github.com/dokku/dokku-clickhouse.git --name clickhouse ``` ## 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}", "```", ] )