Skip to content

Commit aeff637

Browse files
committed
MTV-4977: Correcting installing CLI zip to include CPU architecture packages
Signed-off-by: A.Arnold <[email protected]>
1 parent 3ff4b38 commit aeff637

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/topics/installing-cli-tool.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ However, if you want to analyze applications in languages other than Java or, fo
2929

3030
. Navigate to the link:{DevDownloadPageURL}[{ProductShortName} Download page] and download the OS-specific CLI file or the `src` file:
3131
+
32-
* {ProductShortNameLower}-{ProductVersion}-cli-linux.zip
33-
* {ProductShortNameLower}-{ProductVersion}-cli-macos.zip
34-
* {ProductShortNameLower}-{ProductVersion}-cli-windows.zip
32+
* {ProductShortNameLower}-{ProductVersion}-cli-linux-amd64.zip
33+
* {ProductShortNameLower}-{ProductVersion}-cli-linux-arm64.zip
34+
* {ProductShortNameLower}-{ProductVersion}-cli-darwin-amd64.zip
35+
* {ProductShortNameLower}-{ProductVersion}-cli-darwin-arm64.zip
36+
* {ProductShortNameLower}-{ProductVersion}-cli-windows-amd64.zip
37+
* {ProductShortNameLower}-{ProductVersion}-cli-windows-arm64.zip
3538
* {ProductShortNameLower}-{ProductVersion}-cli-src.zip
3639

3740
. Extract the `.zip` file to the `.kantra` directory inside your `$HOME` directory. The `.zip` file extracts the *mta-cli* binary, along with other required directories and files.

0 commit comments

Comments
 (0)