Skip to content

Wrong install instructions in Mac OS Dokumentation #342

@alexortner

Description

@alexortner

Affected version

Latest online documentation

Current and expected behavior

In the Dokumentation https://docs.stackable.tech/management/stable/stackablectl/installation/ the command for the installation on mac OS ius wrong.
The command

sudo install -m 755 -t /usr/local/bin stackablectl

fails with the error that it contains an illegal option -t.

Possible solution

It should be instead (for the default zsh terminal)

sudo install -m 755 stackablectl /usr/local/bin 

Please update the documentation accordingly

Additional context

No response

Environment

No response

Would you like to work on fixing this bug?

maybe

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions