Skip to content

Commit 7e3931c

Browse files
authored
Merge pull request #59 from dokku/7470-name-argument
docs: ensure --name flag is used in installation docs
2 parents 39d9c70 + 946c381 commit 7e3931c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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

+1-1
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)