Skip to content

Commit

Permalink
Merge pull request #125 from dokku/7470-name-argument
Browse files Browse the repository at this point in the history
docs: ensure --name flag is used in installation docs
  • Loading branch information
josegonzalez authored Mar 9, 2025
2 parents cd07e92 + 21df244 commit cf92b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/generate
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
"```",
]
)
Expand Down

0 comments on commit cf92b04

Please sign in to comment.