Skip to content

Commit

Permalink
Fixing installation command for stackablectl
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleware committed Dec 12, 2024
1 parent 601eb80 commit 32fc866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/stackablectl/pages/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ NOTE: If you have a directory in your `$HOME` for user binaries, you can remove
[source,console]
----
$ sudo install -m 755 -t /usr/local/bin stackablectl
$ sudo install -m 755 /usr/local/bin stackablectl
----
Test that it works:
Expand Down

0 comments on commit 32fc866

Please sign in to comment.