Skip to content

Commit

Permalink
Fix Windows installation
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Borges <[email protected]>
  • Loading branch information
brunoborges authored Feb 9, 2024
1 parent 9e4cfca commit 1f14d78
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 @@ -49,8 +49,8 @@ podman pull quay.io/konveyor/kantra:latest && podman run --name kantra-download

### Windows

```sh
podman pull quay.io/konveyor/kantra:latest && podman run --name kantra-download quay.io/konveyor/kantra:latest 1> /dev/null 2> /dev/null && podman cp kantra-download:/usr/local/bin/windows-kantra kantra && podman rm kantra-download
```powershell
podman pull quay.io/konveyor/kantra:latest && podman run --name kantra-download quay.io/konveyor/kantra:latest && podman cp kantra-download:/usr/local/bin/windows-kantra kantra.exe && podman rm kantra-download
```

---
Expand Down

0 comments on commit 1f14d78

Please sign in to comment.