Skip to content

Commit

Permalink
Merge pull request #162 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 392d9e4 + 86729d1 commit e914ef0
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 @@ -11,7 +11,7 @@ Official elasticsearch plugin for dokku. Currently defaults to installing [elast

```shell
# on 0.19.x+
sudo dokku plugin:install https://github.com/dokku/dokku-elasticsearch.git elasticsearch
sudo dokku plugin:install https://github.com/dokku/dokku-elasticsearch.git --name elasticsearch
```

## 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 e914ef0

Please sign in to comment.