Skip to content

Commit

Permalink
Merge pull request #102 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 b760e55 + 0d4a19f commit a526d7c
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 meilisearch plugin for dokku. Currently defaults to installing [getmeil

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

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

Please sign in to comment.