From f5724e5e96d9e684fba6878487f29bb790cddcd0 Mon Sep 17 00:00:00 2001 From: hhpatel14 Date: Tue, 7 May 2024 23:17:09 -0400 Subject: [PATCH] Update Mac/windows installation command Signed-off-by: hhpatel14 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82571155..491fb9f7 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ On Mac, you need to start a podman machine prior to running any podman commands Once a machine is started, run: ```sh -podman cp $(podman create --name kantra-download quay.io/konveyor/kantra:latest):/usr/local/bin/kantra . && podman rm kantra-download +podman cp $(podman create --name kantra-download quay.io/konveyor/kantra:latest):/usr/local/bin/darwin-kantra . && podman rm kantra-download ``` #### Windows @@ -63,7 +63,7 @@ On Mac, you need to start a podman machine prior to running any podman commands Once a machine is started, run: ```sh -podman cp $(podman create --name kantra-download quay.io/konveyor/kantra:latest):/usr/local/bin/kantra . && podman rm kantra-download +podman cp $(podman create --name kantra-download quay.io/konveyor/kantra:latest):/usr/local/bin/windows-kantra . && podman rm kantra-download ``` > Ensure that you add the executable to the `PATH`.