-
Notifications
You must be signed in to change notification settings - Fork 9
MTA-4662: Update containerless CLI docs #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MTA-4662: Update containerless CLI docs #94
Conversation
e45c496
to
0f62ccb
Compare
@eemcmullan && @ibragins - updated, please can you re-review Thanks |
@ibragins - updated, please review |
@istein1 - are you ok to merge? |
a849747
to
13648b4
Compare
Signed-off-by: A.Arnold <[email protected]>
13648b4
to
3db6ddd
Compare
. For example, to move the `mta-cli` binary to `/usr/bin` using `sudo`, run: | ||
+ | ||
[source,terminal,subs="attributes+"] | ||
---- | ||
$ mv $HOME/kantra.<os>.<arch> $HOME/.kantra | ||
sudo mv ~/.kantra/mta-cli /usr/bin/ | ||
---- | ||
|
||
. For example, to add to the `$PATH` variable, run: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of those For example I'd say something like
For linux:
To make mta-cli command widely available in the system, you can either move it to /usr/bin :
sudo mv ~/.kantra/mta-cli /usr/bin/
or you can add its location to the global $PATH variable
export PATH=$HOME/.kantra:$PATH
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now, thank you @anarnold97
JIRA
PREVIEW