Skip to content

Commit

Permalink
docs: Fix installation command on macOS for stackablectl (#343)
Browse files Browse the repository at this point in the history
* Fixing installation command for stackablectl

* adressing comment
  • Loading branch information
Maleware authored Dec 13, 2024
1 parent 601eb80 commit 870d566
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 stackablectl /usr/local/bin
----
Test that it works:
Expand Down

0 comments on commit 870d566

Please sign in to comment.