Skip to content

Commit

Permalink
Update Mac/windows installation command (#225)
Browse files Browse the repository at this point in the history
Signed-off-by: hhpatel14 <[email protected]>
  • Loading branch information
hhpatel14 authored May 10, 2024
1 parent 10d5a7d commit 0f878a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`.
Expand Down

0 comments on commit 0f878a7

Please sign in to comment.