Skip to content

Commit ea120dd

Browse files
authored
Merge pull request #185 from dokku/7470-name-argument
docs: ensure --name flag is used in installation docs
2 parents 4ddf27d + 7d59d4e commit ea120dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Official mysql plugin for dokku. Currently defaults to installing [mysql 9.2.0](
1111

1212
```shell
1313
# on 0.19.x+
14-
sudo dokku plugin:install https://github.com/dokku/dokku-mysql.git mysql
14+
sudo dokku plugin:install https://github.com/dokku/dokku-mysql.git --name mysql
1515
```
1616

1717
## Commands

bin/generate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def installation_section(service, dokku_version):
110110
"",
111111
"```shell",
112112
f"# on {dokku_version}",
113-
f"sudo dokku plugin:install https://github.com/dokku/dokku-{service}.git {service}",
113+
f"sudo dokku plugin:install https://github.com/dokku/dokku-{service}.git --name {service}",
114114
"```",
115115
]
116116
)

0 commit comments

Comments
 (0)