Skip to content

Commit 32fc866

Browse files
committed
Fixing installation command for stackablectl
1 parent 601eb80 commit 32fc866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/stackablectl/pages/installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ NOTE: If you have a directory in your `$HOME` for user binaries, you can remove
7777
7878
[source,console]
7979
----
80-
$ sudo install -m 755 -t /usr/local/bin stackablectl
80+
$ sudo install -m 755 /usr/local/bin stackablectl
8181
----
8282
8383
Test that it works:

0 commit comments

Comments
 (0)