Skip to content

Commit 870d566

Browse files
authored
docs: Fix installation command on macOS for stackablectl (#343)
* Fixing installation command for stackablectl * adressing comment
1 parent 601eb80 commit 870d566

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 stackablectl /usr/local/bin
8181
----
8282
8383
Test that it works:

0 commit comments

Comments
 (0)