Skip to content

Commit 946c381

Browse files
committed
docs: ensure --name flag is used in installation docs
Closes dokku/dokku#7470
1 parent 39d9c70 commit 946c381

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 graphite plugin for dokku. Currently defaults to installing [dokku/dock
1111

1212
```shell
1313
# on 0.19.x+
14-
sudo dokku plugin:install https://github.com/dokku/dokku-graphite.git graphite
14+
sudo dokku plugin:install https://github.com/dokku/dokku-graphite.git --name graphite
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)