Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/topics/installing-cli-tool.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Password: <***********>
+
[source,terminal]
----
podman cp $(podman create registry.redhat.com/mta-toolkit/mta-mta-cli-rhel9:{ProductVersion}):/usr/local/bin/mta-cli ./
podman cp $(podman create registry.redhat.io/mta/mta-cli-rhel9:{ProductVersion}):/usr/local/bin ./
----
+
This command will copy the binary `PATH` for system-wide use.
Expand Down