Skip to content

Commit 68b2f19

Browse files
authored
Update proc_running-the-containerless-mta-cli.adoc
1 parent 2b83513 commit 68b2f19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/topics/proc_running-the-containerless-mta-cli.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ Moving the `mta-cli` binary to `/usr/bin` requires root privileges, whereas addi
4646
----
4747
unzip $HOME/mta-cli.<os>.<arch>.zip -d $HOME/.kantra
4848
----
49-
50-
. For example, to add the `mta-cli` binary to `/usr/bin` as a system-wide binary, using `sudo`, run:
49+
. Add as a system-wide binary or add to the global `$PATH` variable:
50+
.. For example, to add the `mta-cli` binary to `/usr/bin` as a system-wide binary, using `sudo`, run:
5151
+
5252
[source,terminal,subs="attributes+"]
5353
----
5454
sudo mv ~/.kantra/mta-cli /usr/bin/
5555
----
5656

57-
. For example, to add to the global `$PATH` variable, run:
57+
.. For example, to add to the global `$PATH` variable, run:
5858
+
5959
[source,terminal,subs="attributes+"]
6060
----

0 commit comments

Comments
 (0)